Lecture 3 comp arch OS bin.system Flashcards

1
Q

brain of the comp

A

microprocessor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

the number of bits
processed in a single instruction

A

bandwidth

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

allows the
computer to read data quickly to run
applications. It allows reading and writing

A

ram

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

stores the
program required to initially boot the
computer. It only allows reading

A

rom

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

non-volatile i.e. its contents are
retained even when the device is powered
off

A

rom

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

is volatile i.e. its contents are lost when
the device is powered off

A

ram

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A connection point that acts as interface
between the computer and external
devices like mouse, printer, modem, etc

A

port

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

computers with high processing
speeds that provide one or more
services to other systems on
the network

A

server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

computers used by organizations
like banks, airlines and railways to
handle millions and trillions of
online transactions per second

A

mainframe

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Software required to run the hardware parts of the computer and other application
software

A

syste sofrware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

is the lifeline of computer. You connect all the basic
devices like CPU, monitor, keyboard and mouse; plug in the power supply and
switch it on thinking you have everything in place

A

oper.system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

functions of os

A

Essential functions
Monitoring functions
Service functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

is a symbolic
name for a single
executable machine
language instruction

A

mnemonics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

TYPES OF LANGUAGE INTERPRETER

A
  • Assembler
  • Interpreter
  • Compiler
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A software that performs a single task and nothing else is called

A

application software:
* Word processing
* Spreadsheet
* Presentation
* Database management
* Multimedia tools

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Application software that assist OS in carrying out certain specialized tasks are called

A

utility software

16
Q

Managing a computer’s CPU to ensure its optimum utilization

A

processor management

17
Q

where program is physically stored in secondary memory
but appears to be stored in primary memory

A

virtual storage

18
Q

the simplest storage space allocation
technique where contiguous memory locations are assigned to each
program

A

contiguous storage allocation

19
Q

The program is divided into smaller
components and each component is stored in a separate location. A table keeps a record of where each component of the program is stored. When the processor needs to access any component, OS provides access using this allocation table

A

non contiguous storage