Search This Blog

Showing posts with label Computer. Show all posts
Showing posts with label Computer. Show all posts

Thursday, November 24, 2011

Basic Computer Awareness for Exams Solved MCQ

Basic Computer Awareness for Exams Solved MCQ
20 Mcq Questions on Computer awareness
1. A directory within a directory is called___
(1) Mini Directory
(2) Junior Directory
(3) Part Directory
(4) Sub Directory
(5) None of these
ANSWER (4)


2. Which of the following controls the manner of interaction between the user and the operating
system ?
(1) User interface
(2) Language translator
(3) Platform
(4) Screensaver
(5) None of these
ANSWER (2)


3. Computer language used on the Internet is --
(1) BASIC
(2) COBOL
(3) Java
(4) Pascal
(5) None of these
ANSWER (3)


4. Which part is the “brain” of the computer ?
(1) CPU
(2) Monitor
(3) RAM
(4) ROM
(5) None of these
ANSWER (1)


5. Help Menu is available at which button ?
(1) End
(2)Start
(3) Turnoff
(4) Restart
(5) None of these
ANSWER (2)


6. A central computer that holds collections of data
and programs for many PCs, Workstations and
other computers is a(n) ____
(1) Supercomputer
(2) Minicomputer
(3) Laptop
(4) server
(5) None of these
ANSWER (4)


7. Data that is copied from an application is stored in the
(1) Driver
(2) Terminal
(3) Prompt
(4) Clipboard
(5) None of these
ANSWER (4)


8. In a spreadsheet program the-----contains related worksheets and documents.
(1) Workbook
(2) Column
(3) Cell
(4) Formula
(5) None of these
ANSWER (4)


9. ………… is a set of keywords, symbols and a system of rules for constructing statements by which human can
communicate the instructions to be executed by a computer.
(1) A computer program
(2) A programming language
(3) An assemble
(4) Syntax
(5) None of the above
ANSWER (2)


10. This can be another word for program
(1) Software
(2) Disk
(3) Floppy
(4) Hardware
(5) None of these
ANSWER (1)






11. A (n) .......... is a device that electronically processes data, converting it to information.
(1) Algorithm
(2) Computer
(3) Software
(4) Program
(5) None of these
ANSWER (2)


12. The secret code that protects the programs
(1) Password
(2) Passport
(3) Entry-code
(4) Access code
(5) None of these
ANSWER (1)


13. Where is the disk put in a computer ?
(1) In the modem
(2) In the hard drive
(3) Into the CPU
(4) In the disk drive
(5) None of these
ANSWER (4)


14. The name that the user gives to a document is
referred to as
(1) Document-name
(2) File name
(3) Name-given
(4) Document-identity
(5) None of these
ANSWER (2)


15. E-mail (electronic mail) is
(1) An Internet standard that allows users to upload and download files
(2) A real-time typed conversation that takes place on a computer
(3) An online area in which users conduct written discussions about a particular subject
(4) The transmission of messages and files via a computer network
(6) None of the above
ANSWER (4)



16. The information you put into the computer is called
(1) Facts
(2) Data
(3) Files
(4) Directory
(5) None of these
ANSWER (2)



17. A chat is
(1) An Internet standard that allows users to Upload and download files
(2) A types conversation that takes place on a Computer
(3) An online area in which users conduct Written discussions about a particular subject
(4) The transmission of messages and files via a Computer network
(1) None of the above
ANSWER (2)


18. The most common method of entering text and numerical data into a computer system is
through the use of a
(1) keyboard
(2) Scanner
(3) Printer
(4) Plotter
(5) None of these
ANSWER (1)


19. A keyboard is this kind of device
(1) Black
(2) Input
(3) Output
(4) Word processing
(5) None of these
ANSWER (2)

20. A collection of related information sorted and
dealt with as a unit is a
(1) Disk
(2) Data
(3) File
(4) Floppy
(5) None of these
ANSWER (3)

Saturday, July 30, 2011

CONFIGURATION SECTION

CONFIGURATION SECTION
This section is optional. It describes the Computer sy tern used for compiling the program and for executing it. For the purpose there are two paragraphs in thh section.
SOURCE-COMPUTER.
OBJECT-COMPUTER.
The purpose of the former is to give the name of the computer to be used for program compilation and the later is for the one to be used for its executiQn. Being paragragh names, it must be written starting in Margin-A and immediately followed with a period. The entry with in each para is to be the name of the computer system. it is used only for documentation and as such anything can be written within these paras.
SOURCE-COMPUTER. IBM-PC
OBJECT-COMPUTER. IBM-PC
These are the only two entries within the CONFIGURATION SECTION. It should be followed with INPUT-OUTPUT SECTION as follows:
ENVIRONMENT DIVlSIN
CONFIGURATION SECTION.
SOURCE-COMPUTER.IBM-PC.
OBJECT-COMPUTER.IBM-PC.
INPUT-OUTPUT SECTION.
There is another optional paragraph in the CONFIGURATiON SECTION named SPECIAL-NAMES.
INPUT- OUTPUT SECTION
This section is a must to be given if the user is using any file within his program for the purpose of input or output e.g., if he is using a disk file for reading the data and printing it on the printer, he has to use this section to describe these files. This section has two paragraphs:
FILE-CONTROL
• 1-0-CONTROL
This Para can be skipped i7the user does not wish to use any file in his program. A simple program segment is given below:
1NPUT-OU’TPUT SECTION
FILE-CONTROL
SELECT MARKS-FILE ASSIGN TO DISK
ORGANIZATION IS LINE SEQUENTIAL
ACCESS IS SEQUENTIAL
FILE STATUS IS STA’US-C0DE
SELECT RESULT-FILE ASSIGN TO PRINTER. 1-0-CONTROL
SAME AREA FOR
MARKS-FILE
RESULT-FILE
Data Division also has two main sections:
1. The FILE SECTION, as the name indicates, is used to describe the format of data in all the files, whether input or output files. This section is optional. If the program is not using any file this section can be skipped. It must have entries for all the files being used.
2. The WORKING-STORAGE section on the other hand is used to define th data fields required over and above the ones defined in the FILE SECTION. These may be required to stor some intermediate working values or some constants used in the program.

Functions of CPU in a Computer?

Functions of CPU in a Computer?
All the arithmetic operations, taking decisions and control of all computer devices is done by central processing unit. It comprises of an arithmetic-logic section for computations and a primary storage section for holding the instructions and related data for processing. It is divided into three parts.
Arithmetic Logic Unit ( A.L.U.)
It does all the calculations and maes decision on the given information. It is that part of the, central processing unit that performs ai*hmetic and logic operations. This comprises of a number of accu mulators or registers. A register is placed within the A.L.U. where instructions or data are held temporarily.
Control Unit (C.U.)
It controls all the computer devices. It interprets source information to target information. It controls input and output devices and also memory units. It is that part of the processor which is responsible for controlling sequence of operations. The important function of control unit in the modern computer is that
input—output time-sharing.
Temporary Storage Unit (T.S.U.)
Computer stores all the data and inforamtion in the temporary storage unit to access it randomly. Whenever we want to receive any information from the computer memory it will give us randomly. When
electric power will be switched OFF, every thing stored in temporary storage unit will wash off.

algorithm to find the sum of natural numbers

algorithm to find the sum of natural numbers

ALGORITHM is a prescribed set of well—defined unambiguous rules or process for the solution of a problem in a finite number of steps. Commonly used as integral parts of computeƧprograms. This algorithmic language is designed for expressing algorithms.



Algorithm Steps:
1. Initialize total marks and total passed to ZERO.
2. Take marks of next students.
3. Add 1 to total passed.
4. Add 1 to total boys.
5. Print out total passed. -
6. STOP

Data Types in BASIC Numbers and Characters strings

Data Types in BASIC
Data is classified in to two types, Numbers and Characters strings. For example:
The Numbers : +16 ,—35.40 1000 12.121212-1245 all represent numeric data, whilist the groups of
characters “WELCOME HOME”“3911 ROSHANPURA, NA! SARAK, DELHI” all represent character string data.

Functions of Control Unit in a Compurer?

Functions of Control Unit in a Compurer?


Portion of the Central Processing Unit that directs the step by step operation of the entire computing system. It is also responsible for directing the operation of the computer in accordance with the instructions in the program.

word star commands

word star commands
WordStar Command Summary
word star commands
(a) .LM : Set Left Margin.
(b) .OP : On)i Page.
(c) .MT : Set Top Margin.
(d) .LS : Set Line Spacing.
(e) .PA : Page Break.
(f) .CW : Set Character Width.

computer basic definitions

computer basic definitions
Basic Computer Terms

(a) Multiprogramming: Running tvo or more programs concurrently in the same computer. Each program is allotted its own place in place in memory and its own peripherals, but all share the Central Processing Unit.
Multiprocessing: The simultaneous execution of two or more sequences of instruction by multiple central Processing Units unr common control.
(b) Software: The programs or instructions that tell a computer what to do.
Hardware: The Physical components or equipment that make up a computer system, such as a keybord, Floppy disk or drive. Monitor etc.
(c) Compiler: A program whose purpose is that of translating high-level language statements into a form that can directly activate the computer hardware.
Interpreter: A language translator that converts each source language statement into machine code and executes it immediately, statement by statement.
(d) System Software: Programs that run the computer system and aid the applications programmer in doing his/her task. Typically developed by a vendor and sold to a computer user.
Application software : Programs written by programmers within an organisation that anable the computer to produce useful work, such as specific Inventory Control, Financial Accounting or Hospital Management tasks.
(e) Computer: An Electronic device capable of step by step operation of the entire computing system.
Control unit is responsible for directing the operation of the computer in accordance with the in structions
in the program.
Calculator: Any Mechanical or electronic machine used for performing calculations.


(a) Track
Path along which data are recorded on a continuous or rotational medium, such an magnetic tape or magnetic disk.
(b) Cylinder
It is a vertical column of tracks on a magnetic disk pack. The corresponding tracks on each surface of a disk pack.
(c) Sector
One of the peripheral elements into which each track of a disk surface s divided is called a sector.
(d) Stack
Sequential data list stored in internal storage is called stack. Rather than addressing the stack elements by their memory locations, the computer retrieves information from the stack by propping elements from the (LIFO) or from the bottom (FIFO).


(a) Encoder
It is a device that produces machine readable output, such as paper tape, either
manual keyboard depressions or from data already recorded in some other code.
(b) FlipJIop
A device or circuit containing active elements capable of assuming either one of
stable states at a given time. Synonymous with toggle.
(c) Clock Circuit’
The circuit used in the timing device that generates the basic periodic signal used
control the timing of all operations in a synchronous computer.
(d) Monolithic Integrated Circuit
Circuit formed in a single piece of the substrate material, as opposed to a hybrid circuit,
which individual (physically separate) circuit components are electrically interconnected to form the final circuit is called Monolithic Integrated Circuit.
(e) Debugging
It is a procedure to detect, locate and remove, all mistakes in a computer program and..9. malfunctions in thomputing system itself. Synonymous with troubleshoot.

Friday, July 29, 2011

Input Output devices

What is an Output and an Input device ? Give two examples of each.

answer:

Input
Introduction of data from an external storage medum into a computer’s internal storage- unit.
Example:
(I) Key Board: Input device used to key programs and data into the computer’s storage.
(ii)’Mouse: Device for moving a cursor or other object arround on the display screen.

Output:
Data transferred from a computer’s internal stdrage unit to some storage or output device.
Example:
(i) Monitor: Visual Display Unit.
(ii) Printer: Output device that produces hard copy output.

four major functions of DOS operating system

four major functions of DOS operating system
Ans. () Booting the Computer.
(ii) Loading all Internal Commands in Memmory.
(iii) Controling all Input and Output systems of Computer.
(iv) Controling the File Managcment of a Computer.

Computer Abbreviations for exam

Computer Abbreviations for exam
PSC Questions: Computer Questions Bank PO Exams
COMPUTER ABBREVIATIONS Latest GeneralKnowledge
CAD : Computer Aided Design.
CAM : Computer Aided Manufacturing.
DTP : Desl#Top Publishing.
COBOL : Common Business Oriented Language.
CD-ROM : Compact Disk-Read-Only Memory.
EPROM : Erasable Programmable Read-Only Memory
BIOS : Binary Input-Output System.