Skip to content
  • facebook.com
  • twitter.com
  • t.me
  • instagram.com
  • youtube.com
Basic Computer Science

My WordPress Blog

Subscribe
  • Home
  • Sample Page
  • Sample Page
  • Home
  • admin
  • Page 17
About admin
Syntax Analysis
Posted inCompiler Design

Syntax Analysis

Posted by admin July 20, 2021
Syntax analysis or parsing is the second phase of a compiler. In this chapter, we…
Read More
Minimization of DFA
Posted inCompiler Design

Minimization of DFA

Posted by admin July 20, 2021
DFA minimization stands for converting a given DFA to its equivalent DFA with minimum number…
Read More
Regular Expressions
Posted inCompiler Design

Regular Expressions

Posted by admin July 20, 2021
The lexical analyzer needs to scan and identify only a finite set of valid string/token/lexeme…
Read More
Finite Automata
Posted inCompiler Design

Finite Automata

Posted by admin July 20, 2021
Finite automata is a state machine that takes a string of symbols as input and…
Read More
RECOGNITION OF TOKENS
Posted inCompiler Design

RECOGNITION OF TOKENS

Posted by admin July 20, 2021
Consider the following grammar fragment: stmt → if expr then stmt | if expr then…
Read More
SPECIFICATION OF TOKENS
Posted inCompiler Design

SPECIFICATION OF TOKENS

Posted by admin July 20, 2021
There are 3 specifications of tokens: 1)Strings 2) Language 3)Regular expression Strings and Languages ·         An alphabet or character…
Read More
Tokens
Posted inCompiler Design

Tokens

Posted by admin July 20, 2021
Lexemes are said to be a sequence of characters (alphanumeric) in a token. There are…
Read More
Input Buffering in Compiler Design
Posted inCompiler Design

Input Buffering in Compiler Design

Posted by admin July 20, 2021
The lexical analyzer scans the input from left to right one character at a time.…
Read More
Roles of the Lexical analyzer
Posted inCompiler Design

Roles of the Lexical analyzer

Posted by admin July 20, 2021
Lexical analyzer performs below given tasks: Helps to identify token into the symbol table Removes…
Read More
Architecture
Posted inCompiler Design

Architecture

Posted by admin July 20, 2021
A compiler can broadly be divided into two phases based on the way they compile.…
Read More

Posts pagination

Previous page 1 … 15 16 17 18 19 … 38 Next page

Recent Posts

  • 10 Things Great Developers Do (That Others Don’t)
  • Understanding How a Computer Works: CPU, RAM, and Storage Explained 💻⚙️
  • Why Zone Routing Protocol is a Game-Changer in Mobile Ad Hoc Networks 🌐🚀
  • Title: ZRP vs AODV vs DSR: Understanding the Differences in Ad Hoc Routing Protocols 📡🔀
  • Top 10 Laptops Under ₹55,000 in India for 2025

Recent Comments

No comments to show.

Archives

  • June 2025
  • April 2025
  • March 2025
  • February 2025
  • August 2023
  • January 2022
  • November 2021
  • October 2021
  • July 2021

Categories

  • Advanced
  • Algorithms
  • Artificial Intelligence
  • Basics
  • Cloud Computing
  • Compiler Design
  • Computer Hardware
  • Distributed Systems
  • Featured
  • Internet Programming
  • Mobile Computing
  • Networking
  • Programming
  • Tech Reviews
  • Technology & Innovation
  • Uncategorized
Copyright 2025 — Basic Computer Science. All rights reserved. Bloghash WordPress Theme
Scroll to Top