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 15
About admin
Access to Nonlocal Data on the Stack
Posted inCompiler Design

Access to Nonlocal Data on the Stack

Posted by admin July 20, 2021
1 Data Access Without Nested Procedures 2 Issues With Nested Procedures 3 A Language With…
Read More
Stack Allocation of Space
Posted inCompiler Design

Stack Allocation of Space

Posted by admin July 20, 2021
1 Activation Trees 2 Activation Records 3 Calling Sequences 4 Variable-Length Data on the Stack…
Read More
Storage Organization
Posted inCompiler Design

Storage Organization

Posted by admin July 20, 2021
From the perspective of the compiler writer, the executing target program runs in its own…
Read More
Translation of Expressions
Posted inCompiler Design

Translation of Expressions

Posted by admin July 20, 2021
 1 Operations Within Expressions  2 Incremental Translation  3 Addressing Array Elements  4 Translation of Array…
Read More
Declarations
Posted inCompiler Design

Declarations

Posted by admin July 20, 2021
When we encounter declarations, we need to lay out storage for the declared variables. For…
Read More
YACC
Posted inCompiler Design

YACC

Posted by admin July 20, 2021
YACC stands for Yet Another Compiler Compiler. YACC provides a tool to produce a parser for…
Read More
LALR (1) Parsing
Posted inCompiler Design

LALR (1) Parsing

Posted by admin July 20, 2021
LALR refers to the lookahead LR. To construct the LALR (1) parsing table, we use…
Read More
Parse tree and Syntax tree
Posted inCompiler Design

Parse tree and Syntax tree

Posted by admin July 20, 2021
When you create a parse tree then it contains more details than actually needed. So,…
Read More
Three-address code
Posted inCompiler Design

Three-address code

Posted by admin July 20, 2021
Three-address code is a sequence of statements of the general form x : = y…
Read More
Intermediate Code Generation
Posted inCompiler Design

Intermediate Code Generation

Posted by admin July 20, 2021
A source code can directly be translated into its target machine code, then why at…
Read More

Posts pagination

Previous page 1 … 13 14 15 16 17 … 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