Blog

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 …

Computer Organisation and Architecture Questions & Answers | COA | MCQ

Computer Organisation and Architecture | COA | MCQ   If a computer on the network shares resources for others to use, it is called ____ a. Server b. Client c. Mainframe2. Terminators are used in ______ topology. a. Bus b. Star 3. In _____ topology, …

Computer Organisation and Architecture Questions & Answers | COA | MCQ

Computer Organisation and Architecture | COA | MCQ Question 1: Where does a computer add and compare data? Hard disk Floppy disk CPU chip Memory chip Question 2: Which of the following registers is used to keep track of address of the memory location where …

Computer Organisation and Architecture Questions & Answers | COA | MCQ

Computer Organisation and Architecture | COA | MCQ Question 1: Processors of all computers, whether micro, mini or mainframe must have ALU Primary Storage Control unit All of above Question 2: What is the control unit’s function in the CPU? To transfer data to primary …

Computer Organisation and Architecture Questions & Answers | COA | MCQ

Computer Organisation and Architecture | COA | MCQ 1.Which of the following devices can be sued to directly image printed text? a. OCR b. OMR c. MICR d. All of above ________________________________________ 2. The output quality of a printer is measured by a. Dot per …

Computer Organisation and Architecture Questions & Answers | COA | MCQ

Computer Organisation and Architecture | COA | MCQ Set – 2 ________________________________________ 1. EBCDIC stands for a. Extended Binary Coded Decimal Interchange Code b. Extended Bit Code Decimal Interchange Code c. Extended Bit Case Decimal Interchange Code d. Extended Binary Case Decimal Interchange Code ________________________________________ …

Computer Organisation and Architecture Questions & Answers | COA | MCQ

Computer Organisation and Architecture | COA | MCQ Set – 1 ________________________________________ 1. UNIVAC is a. Universal Automatic Computer b. Universal Array Computer c. Unique Automatic Computer d. Unvalued Automatic Computer ________________________________________ 2. CD-ROM stands for a. Compactable Read Only Memory b. Compact Data Read …

Wase Solution | Object Oriented Programming Solved

Wase Solution | Object Oriented Programming Solved Birla Institute of Technology And Science, Pilani Distance Learning Programmes Division BITS-WIPRO Collaborative Programme : MS Software Engineering Second Semester 2007 — 2008 Answer Key SEWPZC432 Object Oriented Programming Closed Book  PART I – (20 x 0.5 mark …

CICS Questions and Answers

CICS 1) You can check if the MDT is ON or OFF by a. Checking the Flag byte has a value of low-value b. No Checking technique is available   2) AEY9 ABEND code means? a. Read time-out encountered b. ABEND due to program interruption …

Aveska Questions and Answers

Trend Nxt Aveska | Mock Test 1. User can have same A/C ID in diff., app., 2. On A/C collector can be used to collect from AD and LDAP 3. Multi app collector can be used to collect from multiple data source 4. Which format …

ABAP Questions and Answers

Trend Nxt ABAP | Mock Test Q1: Tcode for class builder Ans : se24 Q2: Tcode for creating enhancement SE18 SE19 CMOD SMOD Q3: TCODE for Graphics Administration SE71 SE72 SE78 SE80 Q4: What are all the batch input technique?(Multiple) LSMW CALL SESSION SESSION METHOD …

Unix Questions and Answers

Trend Nxt Unix | Mock Test 1) The User interacts with the Unix system or applications using _____ a) Hardware b) Shell c) Device drivers d) Compiler 2) Select the features of an Unix Shell a) Unix Shell is a command interpreter b) Unix shell …

Program to find any day of the week | C ++

Program to find any day of the week | C ++ #include <iostream> #include <cmath> // for floor() #include <conio.h> // for getch() #include <stdlib.h> // for exit() #include <windows.h> // for system() using std::cout; using std::cin; //======================= void Menu( void ); int main( void …

Program to check given strings are Anagram or not | Java

Program to check given strings are Anagram or not | Java package com.includehelp.stringsample; import java.util.Arrays; import java.util.Scanner; /** * program to check given strings are Anagram or not */ public class AnagramString { /** * Method to check two strings are anagram string or not …

Wase Solution | DBMS Solved

Wase Solution | DBMS Solved 1. Please read the information given below before attempting the questions that follow. [3+3] EmpMaster (eid: number, ename: varchar, sal: number, age: number, deptid: number) Dept(deptid: number, budgetAmt: number, floor: number, mgreid: number) Salaries range from Rs.10,000 to Rs.100,000, ages …