The Q&A Community for Students

MindStudy, question and answer site designed to help students, to help each other:
To ask, to learn, to share, to grow.

Ask Questions

Get the right answers. Fast

Answer Questions

Submit answers for community.

Be Somebody's Hero

Pat yourself on the back. You deserve it.

All Questions

525 questions

1255 views

Write the difference between procedural and non-procedural query language.

A query language is a language in which a user requests information from the database.

Super Admin
added 2 years ago
1040 views

Write the rules of DBA.

Database administration (DBA) is an operational or technical level function responsible for physical database design, security enforcement, and database performance.

Super Admin
added 2 years ago
1037 views

Show that no left recursive grammar can be LL(1). Show that no LL(1) grammar can be ambiguous.

First of all FIRST and FOLLOW over the grammar must find out in which left recursion has been removed.

Super Admin
added 2 years ago
984 views

Write short notes on:

  • LEX
  • YACC

Lex is a program generator designed for lexical processing of character input streams. It accepts a high-level, problem oriented specification for character string matching, and produces a program in a general purpose language which recognizes regular expressions.

Super Admin
added 2 years ago
1071 views

Write short notes on: 

  • Peephole Optimization
  • Symbol Table
  • Cross Compiler

In compiler optimization theory, the compiler optimization basically refers to the program optimization to achieve performance in the execution.

Super Admin
added 2 years ago