Computer Aptitude Part 2
Computer Aptitude Part 2
Access Time
DDR1 SDRAM has been succeeded
Reading data from or writing data to a hard disk
by DDR2, DDR3, and most
involves the rotation of the spindle to bring the
recently, DDR4 SDRAM. Although
required sector under the read/write head, and the and data transfer speeds and due to the absence
motion of the read / write head to the desired of moving parts, are more sturdy and silent.
track on the platter. The access time is the sum of
the time taken for these. Tracks Data is stored in concentric paths on a
platter; the concentric paths are called tracks.
The ATA (Advanced Technology Attachment)
specification deals with the interface between the Flash Memory
motherboard and hard disks that have integrated “Flash” Memory loosely refers to any non-
circuitry. This standard is also referred to as IDE volatile, rewriteable, random access memory. A
(or Integrated Drive Electronics). Flash Drive or Thumb Drive consists of a Flash
Memory chip that stores the data, a controller
Bad sectors are areas on a hard disk that are that manages the read/write operations, and a
physically damaged. The data present in these USB interface. Besides as an integrated unit,
areas cannot be read with normal software, and Flash memory also exists as distinct memory
no data can be stored there. cards that can be plugged into Memory Card
readers that have a USB interface. Memory card
Boot Sector types include Compact Flash, Secure Digital,
Every partition in a hard disk contains critical Multimedia, xD, Memory Stick, and more.
data in the first sector, carrying information These differ in their working, but offer similar
about loading the operating system. This first functionality. NAND / NOR Flash Most Flash
sector is called the boot sector. Any partition Memory products are based on NAND Flash,
containing relevant information in the boot sector and a few use NOR Flash technology. NAND
is termed bootable, and is called the Boot and NOR refer to the logic gates used to manage
Partition. the contents stored in memory. NAND Flash
typically lasts for a much larger number of
MBR read/write cycles.
The Master Boot Record resides in the first
sector of the hard disk. This contains critical SMPS
information like the Master Partition Table and Switching-Mode (or Switched-Mode) Power
the information about the active partition. Supply refers to that class of devices that use a
Partition Table switching transistor (along with other
A Partition is a logical subdivision of a hard disk components) to convert AC current into DC
into smaller chunks. The partition table is the current of different voltages.
record of the partitions on a hard disk.
CMYK
SATA This is the colour scheme used in printing
Serial Advanced Technology Attachment refers technology. The name is derived from the four
to the latest form of connection for storage evices constituents of the scheme—Cyan, Magenta,
like hard disks and optical drives. Data is Yellow, and Black. Colour inkjet printers have
transferred serially though the interface. reservoirs for each of the colours. Some photo
printers also carry additional colours like red,
SSD reen, light cyan and light magenta to offer better
Solid State Drives refer to the new-generation colour fidelity.
drives that are built using Flash memory
technology. These offer better power economy
6. What is high level language in Computer
Software Part Programming?
1. Difference between Data and information. High-level languages are designed to be used
Definition1- Data are simply facts or figures by the human operator or the programmer.
— bits of information, but They are referred to as "closer to humans." In
not information itself. When data are other words, their programming style and
processed, interpreted, organized, structured context is easier to learn and implement than
or presented so as to make them meaningful low-level languages, and the entire code
or useful, they are generally focuses on the specific program to
called information. Information provides be created.
context for data.
Definition2- Data and information are 7. What is a Source code and Object code?
interrelated. Data usually refers to raw data, The source code consists of the programming
or unprocessed data. It is the basic form of statements that are created by a programmer
data, data that hasn’t been analyzed or with a text editor or a visual programming
processed in any manner. Once the data is tool and then saved in a file. For example, a
analyzed, it is considered as information. programmer using the C language types in a
Information is "knowledge communicated or desired sequence of C language statements
received concerning a particular fact or using a text editor and then saves them as a
circumstance." Information is a sequence of named file. This file is said to contain the
symbols that can be interpreted as a message. source code. It is now ready to be compiled
It provides knowledge or insight about a with a C compiler and the resulting output,
certain matter. the compiled file, is often referred to as
object code. The object code file contains a
2. What is an instruction in computer? sequence of instructions that the processor
An instruction is a segment of code that can understand but that is difficult for a
contains steps that need to be executed by the human to read or modify.
computer processor.
Or an instruction is an order given to 8. What is a compiler?
a computer processor by a A compiler converts a high level language
computer program. program/code into binary instructions
(machine language) that our computer can
3. What is a Command in computer? interpret, understand and take the appropriate
A command is an instruction telling steps to execute the same.
a computer to do something, such a run a
single program or a group of linked 9. What is difference between compiler and
programs. interpreter?
Interpreter: analyzes and executes each
4. What is a Process in computer? line of source code in succession, without
A process is an instance of a program looking at the entire program. The
running in a computer. A process is started advantage of interpreters is that they can
when a program is initiated execute a program immediately.
Compilers: require some time before an
5. What is a Task in computer? executable program emerges. However,
Whenever you execute a program, the programs produced by compilers run
operating system creates a new task for it. much faster than the same programs
The task is like an envelope for the program: executed by an interpreter.
it identifies the program with a task
number and attaches other book keeping
information to it.
A/D Analog-to-Digital LAN Local Area Network
AI Artificial Intelligence LCD Liquid Crystal Display
ALGOL Algorithic Language LED Light Emitting Diode
ALU Arithmetic Logic Unit LSI Large Scael Integration
AMD Advanced Micro Devices MAN Metropolitan Area Network
APRANET Advanced Research Project Agency Network MB Mega Bytes
ASCII American Standard Code for Information MHz Mega Hertz
Interchange MIDI Musical Instrument Digital Interface
BASIC Beginners All-purpose Symbolic Instruction Code
MIPS Millions of Instructions Per Second
BCD Binary Coded Decimal
MPEG Moving Pictures Experts Group
BIOS Basic Inpute Output System
MS-DOS MicroSoft Disk Operating System
CAD Computer Aided Design
NIC Network Interface Card
CAE Computer Aided Engineering
OCR Optical Character Recognition
CAN Campus Area Network
OMR Optical Mark Reader
CD Compact Disk
OS Operating System
CD-R CD-Recordable
OSI Open System Interconnection
CD-ROM Compact Disk Read Only Memory
OSS Open Source Software
CD-RW CD Read/Write
PAN Personal Area Network
CLI Command Line Interface
PC Personal Computer
CPU Central Processing Unit
PDF Portable Document Format
CRT Cathode Ray Tube
PROM Programmable Read-Only Memory
DBMS Data Base Management System
QoS Quality of Service
DPI Dots Per Inch
RAM Random Access Memory
DVD Digital Video/Versatile Disk
ROM Read Only Memory
EBCDIC Extended Binary Coded Decimal Interchange
SDLC Software Development Life Cycle
Code
ENIAC Electronic Numerical Integrator And Calculator SEQUEL Structured English QUEry Language
EPROM Erasable Programmable Read-Only Memory SIMM Single In-line Memory Module
FAT File Allocation Table SQL Structured Query Language
FLOPS Floating Point Operations Per Second SRAM Static RAM
FORTRAN FORmula TRANslation SSI Small Scale Integration
FTP File Transfer Protocol TB Tera Bytes
GB Giga Bytes TCP Transport Control Protocol
GFLOPS Giga FLOPS ULSI Ultra Large Scale Integration
GHz Giga Hertz URL Uniform Resource Locator
GNU Gnu Not Unix USB Universal Serial Bus
GPRS General Packet Radio Service VCR Video Cassette Recorder
GSM Global System for Mobile communication VGA Video Graphics Array
GUI Graphical User Interface VoIP Voice over Internet Protocol
HP Hewlett Packard VSAT Very Small Aperture Terminal
HTML HyperText Markup Language WAN Wide Area Network
HTTP HyperText Transport Protocol WAP Wireless Application Protocol
IBM International Business Machine WiMAX Worldwide Interoperability for Microwave Access
IC Integrated Circuit WLAN Wireless Local Area Network
IP Internet Protocol WLL Wireless Local Loop
ISDN Integrated Services Digital Network WWW World Wide Web
ISP Internet Service Provider XHTML eXtensible HyperText Markup Language
JPEG Joint Photographic Experts Group XML eXtensible Markup Language
JSP Java Server Pages
KB Kilo Bytes
KHz Kilo Hertz