Software Development For Portable Device Questions & Answers | SDPD | MCQ

Software Development For Portable Device | SDPD | MCQ Question 1 A1104 Key Device characteristics that have made a difference. Select the one not applicable Select one: a. Portability – limited by size, weight & battery life b. Contracts – to be given lower priority …

Computer Graphic Questions & Answers | CG | MCQ

Computer Graphic | CG | MCQ Question 1 Orthographic projection represents three dimensional objects in Select one: a. One dimension b. Two dimension c. Three dimension d. All of the above [bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ] Feedback The correct answer is: …

Computer Graphic Questions & Answers | CG | MCQ

Computer Graphic | CG | MCQ Question 1 A three dimensional graphics has Select one: A. Two axes B. Three axes C. Both a & b D. None of these [bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ] Feedback The correct answer is: Three …

Compiler Design MCQ Questions & Answers

Compiler Design MCQ Question 1 In X.YZ the . in between represents shift operation Select one: a. False b. True [bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ] Feedback The correct answer is: True [/bg_collapse] Question 2 FIRST of a terminal is always a …

Compiler Design MCQ Questions & Answers

Compiler Design MCQ Question 1 LR stands for Select one: a. Left to right b. Left to right and RMD in reverse c. Right to left d. Left to right reducing [bg_collapse view=”button-green” color=”#FFF” icon=”arrow” expand_text=”Show Answer” collapse_text=”Hide Answer” ] Feedback The correct answer is: …

Object Oriented Programming Questions & Answers | OOP | MCQ

Object Oriented Programming | OOP | MCQ Q 1. What is the output of the following StringBuffer sb1 = new StringBuffer(“Amit”); StringBuffer sb2= new StringBuffer(“Amit”); String ss1 = “Amit”; System.out.println(sb1==sb2); System.out.println(sb1.equals(sb2)); System.out.println(sb1.equals(ss1)); System.out.println(“Poddar”.substring(3)); Ans: a) false false false dar b) false true false Poddar c) …

Object Oriented Programming Questions & Answers | OOP | MCQ

Object Oriented Programming | OOP | MCQ Software consists of programs, or sets of instructions, that tell the computer to perform certain processing functions. System software is the collection of software that controls the basic functions of the computer. That is, it coordinates the interaction …

Advanced Programming Technique Questions & Answers | APT | MCQ

Advanced Programming Technique | APT | MCQ When the package body only changed then all other objects in body are invalidated no objects invalidated only the sand alone procedure that calling the object get invalidated head is invalidated Ans: (a) class A { final int …

Computer Organisation and Architecture Questions & Answers | COA | MCQ

Levels in a Computer System,Parts of a Microprocessor , Conventions, Error Correcting codes, Assembly Language Questions 1. The fundamental conceptual unit in a computer is: a. CPU b. Hard Drive c. Operating System d. Transistor 2. In a 8086/8088 Microprocessor, the unit responsible for getting …

Computer Organisation and Architecture Questions & Answers | COA | MCQ

Computer Organisation and Architecture | COA | MCQ Chapter 2: Multiple Choice Questions: 1. What number system was used in the ENIAC machine? A. Binary B. Decimal C. Octal D. Hexadecimal ANS: B 2. The Memory Address register stores the address of the word stored …