Computer Fundamentals Flashcards

1
Q

it deals with variables of two discrete values and with operations that assume logical meaning. It is equivalent to Boolean Algebra. It also consists of binary variables and logical operations

A

Boolean Logic

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

A table of all possible combinations of the variables showing the relation between the values that the variables may take and the result of the operations

A

Truth table

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

NAND and NOR are examples of

A

Derived logic

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

Blocks of hardware that produce a logic of 1 or 0 if input logic requirements are satisfied.

A

Logic Gates

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

It is an expression formed with binary variables, the operators, parentheses and equal sign

A

Boolean Functions

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

It is a logic system without memory or storage capacity

A

Combinational

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

It is a logic system WITH memory or storage capacity

A

Sequential

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

It is a logic system that uses simple logic gates and only carries out the implementation.

A

Combinational

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

It is a logic system that carries out the implementation together with the logic gates, flip-flops, counters, registers, memory cores etc.

A

Sequential

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

It is a logic system that is described by a set of output functions only.

A

Combinational

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

It is a logic system that is described by a set of output functions and also next state functions.

A

Sequential

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

It is a logic system where its output depends only on the present input.

A

Combinational

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

It is a logic system whose output depends on the present input as well as on the present state of the system.

A

Sequential

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

It is a logic system whose output depends on the present input as well as on the present state of the system.

A

Sequential

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

Resistor-Transistor Logic is a ____ gate.

A

NOR

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

Diode Transistor Logic behaves like a ______ gate

A

NAND

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

Emitter Coupled Logic behaves like a _____ gate

A

NOR

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

This code is very convenient for representing decimal digits in digital circuits

A

BCD Code

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

This code is very convenient for representing decimal digits in digital circuits

A

BCD Code

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

These are don’t care conditions and do not have any meaning in BCD Code

A

1010 and 1111

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

This code can be conveniently used for performing subtracting operations in digital computers

A

Excess 3- Code

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

This code can be derived from BCD by adding 3 to each coded number.

A

Excess-3 Code

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

In this code only one bit changes between any two successive numbers.

A

Gray code

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

It is mainly used in the location of angular positions of a rotating shaft

A

Gray code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
This code uses 3 bits to represent one octal digit.
Octal code
26
This code uses four bits to represent one hexadecimal digit.
Hexadecimal Code
27
This code uses four bits to represent one hexadecimal digit.
Hexadecimal Code
28
It is a type of computer storage containing non-volatile, permanent data that, normally, can only be read, not written to. Once data is written on this chip, it cannot be removed
Read Only Memory (ROM)
29
it contains the programming that allows a computer to start up or regenerate each time it is turned on
Read Only Memory (ROM)
30
It is the hardware in a computing device where the operating system (OS), application programs and data in current use are kept so they can be quickly reached by the device's processor.
Random Access Memory (RAM)
31
This memory storage is volatile. That means data is retained in it as long as the computer is on, but it is lost when the computer is turned off.
Random Access Memory (RAM)
32
This refers to the rate at which the microprocessor can write to the chip. It is usually measured in nanoseconds.
Chip Speed
33
It is a programming language in which the instructions are in a form which allows the computer to perform them immediately without the need to translate.
Machine Language
34
A programming language that is machine oriented and in which each instruction corresponds or resembles a machine instruction. It must be translated to machine language first though.
Low-Level language
35
This programming language has an extensive vocabulary of word, symbols and sentences.
High level language
36
It is the most well known commercial programming language.
COBOL (Commercial Business Oriented Language)
37
These are used to multiply a variable quantity by a constant
Attenuators
38
These are used to add or subtract variables as required
Summing amplifiers
39
These are used to multiply two variables
Servo multipliers
40
These are used to simulate the arbitrary behavior of variables
Function generators
41
These are used to integrate a variable with respect to time.
Integrating amplifiers
42
It is a semiconductor device consisting of electronic logic circuits manufactured using either a large-scale (LSI) or very-large scale integration (VLSI) technique. It is capable of performing computing functions and making decisions to change the sequence of program execution.
Microprocessor
43
In this area of the microprocessor, computing functions are performed on the data.
Arithmetic/Logic Unit
44
This area of the microprocessor is used primarily to store data temporarily during the execution of a program.
Register Unit
45
This part of the microprocessor provides the necessary timing and control signals to all the operations in the microprocessor. It controls the flow of data between the microprocessor and peripherals including memory.
Control Unit
46
It is an arithmetic language by which numerical procedures may be presented to t he computer in a blended form
Algorithmic language
47
An eight level (7 bits + 1 parity bit) code from American Standard Codd for Information Interchange
ASCII
48
A pattern of printed lines in binary coding that can be read into the computer by light pen scanning
Bar Code
49
A programming language that is easy to learn and widely used as first programming language taught in schools and as the principal language in many minicomputers and microcomputers.
BASIC ( Beginner's All Purpose Symbolic Instruction Code)
50
When power supply to a computer using main memory as semiconductor memory fails, all its memory is washed off. In order to restart, i.e. enable to work, it has to be programmed to accept instructions. What is this process called?
Bootstrap
51
It is a memory device where an external field is applied to a ferromagnetic specimen, the domains in which magnetizations are antiparallel get converted into cylindrical domains known as bubble.
Bubble Memory
52
A group of consecutive bits forming a unit storage in the computer and used to represent one alphanumeric character.
Byte
53
An integrated circuit family, having high threshold logic and a technology which consumes very low power compared to other semiconductor technologies. It has moderate speed and high integrated device density.
CMOS (Complementary Metal Oxide Semiconductor)
54
A program that translates a source program written in high level language into its equivalent machine language. The output program from this is called OBJECT PROGRAM.
Compiler
55
A collection of logically related data elements that may be structured in various ways to meet the multiple processing and retrieval needs of individuals/organizations
Data Base
56
It is any operating system which runs from the Hard Disk Drive.
DOS (Disk Operating System)
57
An auxiliary memory storage device consisting of magnetic film coated on thin flat plastic substrate.
Floppy disk
58
A scientific programming language used to perform mathematical computation.
FORTRAN (Formula Translation)
59
A graphical display of the fundamental products in a truth table
Karnaugh Map
60
The simplest type of flip-flop, consisting of two cross coupled NAND or NOR latches.
Latch
61
What is the meaning of MOSFET
Metal Oxide Semiconductor Field Effect Transistor
62
In a digital signal, the number of levels is _____
two
63
In binary numbers, shifting the binary point one place to the right _______
multiplies by two
64
15, 110, 19, 101 Which of these is not an octal number.
19
65
The flip-flop circuit is a ________ circuit
bistable
66
For LCD display what liquid crystal is used?
Nemanic Fluid
67
A digital voltmeter has ______ input and ______ output.
analog, digital
68
What display consumes the least amount of power.
LCD
69
In a digital counter the number of flip-flops is _______ the number of bits required in the final binary count.
equal
70
A D flip-flop is a _______ flip-flop
delayed
71
A ______ flip-flop is used as a latch
RS
72
When a binary adder is used as BCD adder, the sum is correct when it is ________
less than 9
73
A byte stands for a string of ______ bits
8
74
A simple flip-flop is a ____ bit storage cell
one