26 Aug 2013

System Software Subject's Questions...

Some System Software Subject's Questions are...........




  • What is system software?
  • What is Language Processor?How expansion time variables are useful in Macro Definition?
    Explain with example:
  • What do you understand by system programming? Explain different types of system
    software in brief.
  • Discuss the lexical analysis & syntax analysis phase of a compiler.
  •  Explain synthesis phase of a compiler.
  • Write advantages of block structured language. Explain allocation and access of local
    and non-local variable for a block structured language.
  • Explain the overlay technique.
  • Explain bottom up parsing.
  • Discuss the problem of deletion of entries in the sequential search organization.
  • Discuss the problems encountered during the single pass assembly.
  • List the extension of all the files generated during the processing of assembly
    language program. Clearly describe the difference between them.
  • Show the importance of strategy routine in device driver.
  • State the main features of block device driver.
  • How expansion time variables are useful in Macro Definition?
    Explain with example.
  • Discuss briefly the phases in the compilation process.
  • Discuss various addressing modes with example.
  • Discuss functionality and processing of re-entrant procedures.
  • Discuss functionality of a linker.
  • Discuss symbol-table management techniques used with assembler and compilers.
  • Discuss concept of macros. How are they expanded and what data structures are needed in processing macros?
  • Discuss using proper block diagram the relationship between a device, a controller, a bus and memory. Show the role of a device driver in this scenario.
  • Demonstrate the functionality of assembler taking an example of a small program to find
    greater of two integers written in 8085 assembly.
  • Demonstrate using block-diagram the usage of complier, linker and loader in the process of making and running executable program from a source program in C program.
  • Demonstrate the interface of C and assembly language programs. Show how they are
    complied/assembled and made to run and what roles are played by each of the complier and the assembler.
  • Using the file system and the device driver, construct a complete picture as to how an operating system can perform the read/write operations on behalf of the application program.
  • Explain in brief Search and Allocation data structures. Write a note on Hash
    table organization.
  • State the list of registers of Execution unit in 8088 Processor. Explain any three.
  • Write a short note on Debug Monitor. 
  • Why an Allocation Data Structure used? How the memory areas are allocated
    and deallocated by various types of allocation data structure.
  • Write a short note on Editor.
  • Describe the architecture of 8088 microprocessor in detail. 
  • What do you mean by forward reference? How single pass assembler take
    care of forward reference?
  • Explain non-relocatable, relocatable and self-relocating programs.
  • Define programming language grammar.
  • Explain the design and operation of an interpreter. 
  • Differentiate between search data structure and allocation data structure.
  •  What is the function of loader? Define an absolute loader.
  • Discuss the points to be taken care while designing a macro preprocessor.
  •  What is the importance of user interface in system software development?
  • Explain the facilities provided by Debug monitors. 
  • Which grammar is suited for programming language specification? Define it.
  • What is parsing? What are the basic problems faced by the Top-down parser?
    Explain in brief.
  • Differentiate top-down parsing and bottom-up parsing.
  • Differentiate between static memory allocation and dynamic memory
    allocation.
  • Differentiate between search data structure and allocation data structure.
  • difference between Derivation and Reduction.
  • Differentiate following terms:
    1. Translation and Linking .
    2. Low –level language and High –level language. 

Courtesy :-

GTU and GU exam papers.

25 Aug 2013

Java Questions For Exams...

Some Java Questions....

  • What is JAVA?
  • Explain The Features of JAVA.
  • How many types of Modifiers are in Java? Explain Each.
  • How many type of Classes available in Java? Explain any two with example.
  • How many data types are available in Java? Explain all Wrapper class for that data type.
  • What is abstract class? Explain with example.
  • What is object class? Explain with example.
  • Class defined in Java without using extends keyword having parent(super) class.Explain Why?
  • It is not compulsory to import java.lang package in Java source file.Explain Why?
  • Define checked and unchecked exception.
  • Discuss instance of operator in brief.
  • Define Words : Final, Finally, Finalize, Super, enum, Synchronized, Variable Shadowing, Package, Import.
  • What is bytecode? How it generates?
  • Diffrence between:-
  • Public - Protected.
  • Abstract class - Object class.
  • character stream - byte stream.
  • Abstract class - Interface.
  • Catch - Finally.
  • Applet - Form.
  • A method in Interface is always abstract. Why? 
  • When no constructor defined in class then also object of such class can be created. Why?
  •  
  • Abstract and final can not be used together. Justify.
  • List any two AWT components.
  • What is use of import statement?
  • Differentiate throw and throws.
  • Discuss Piped streams in brief.
  • What is meta-annotation.
  • What is Inheritence? List types of inheritence.
  • Explain Thread Life Cycle.
  • Explain Applet Life Cycle.
  • How File handling works in java. List any three operations on file and explain it.
  • Explain Framework. What do you mean by an Applet?
  • What is the difference between "==" operator and equals() method of Object class?
  • Explain the difference between Comparable and the Comparator interfaces.
  • Write a short note on the role of Pattern and Matcher class for handling
  • regular expression with example.
  • Define anonymous class.
  • Explain the functionality of ItemEvent and TextEvent with example.


Courtesy :-
GTU Final Exam Papers.

29 Jul 2013

The Books For Learning Java...

The Books for Learning Java......

Java Logo

Java Introduction:- 
Java is a general-purpose, concurrent, class-based, object-oriented computer programming language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another. Java applications are typically compiled to byte code (class file) that can run on any Java virtual machine (JVM) regardless of computer architecture. Java is, as of 2013, one of the most popular programming languages in use, particularly for client-server web applications, with a reported 10 million users. Java was originally developed by James Gosling at Sun Microsystems (which has since merged into Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++, but it has fewer low-level facilities than either of them.

(1)Java Programming Language Handbook By David H. Friedel and Anthony Potts:-

The basics Note is very helpful for the students which are new in this field. This book is sequentially managed from start to end. The normal student can easily understand the writings of this book.

Click here to Download this Book

(2) Core Java:- 

The Core Java Subject is the main aim of this book. This PDF Contains Fundamentals, Boot Strapping, Basic Language Syntax, Common caveat, Coding Conviction. This Book is very useful while Exam is on the head and you are a simple collage boy who never reads.

Click here To Download This Book 

(3) Introduction To Java :-

This Slideshow Contains all the major topics of JAVA. This Slideshow is very helpful when you are one day ago from exam. This is written very smoothly and understandable topics make it easy to learn. Anyone can learn basics of Java from this slideshow.

Click here for Download This Book

Comments

© 2013-2016 ITTechnocrates. All rights resevered. Developed by Bhavya Mehta