Lesson 6 Flashcards

1
Q

is a department of computer engineering, that contracts with methods of representing integers and actual values.

A

Computer Arithmetic

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

is a fundamental division of Mathematics, that is involved with numbers and their actions.

A

Arithmetic

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

Arithmetic is a different name given to

A

number theory

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

There are 4 basic operations of arithmetic:

A

Addition, Subtraction, Multiplication, and Division

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

is the most essential operation of arithmetic.

A

Addition

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

It is the opposite process of addition.

A

Subtraction

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

is known as recited addition

A

Multiplication

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

is the reverse of multiplication.

A

Division

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

a numeration system in which a real number is represented by an ordered set of characters where the value of a character depends on its position.

A

Number representation

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

are systems in mathematics that are used to express numbers in various forms and are understood by computers.

A

Number systems

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

it is a mathematical value used for counting and measuring objects, and for performing arithmetic calculations.

A

Number

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

There are 4 various types of number systems that have different properties:

A
  1. binary number system
  2. the octal number system
  3. the decimal number system
  4. the hexadecimal number system
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

is the system that we generally use to represent numbers in real life.

A

Decimal Number System

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

This system is used in computers to reduce the large-sized strings of the binary system.

A

Hexadecimal Number System

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

Given below is the different types of data that computer uses:

A

Numeric data and Non-numeric data

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

Numeric data

It can be of the following two types:

A

Integers and Real Numbers

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

is a number with no decimal or fractional part and it includes negative and positive numbers, including zero.

A

Integers

18
Q

is any form of data that is measured in non-number (or word) form. It makes use of symbols and letters. Such data can only be identified in a word format.

A

Non-numeric data

19
Q

Types of non-numeric data:

A
  1. Character data
  2. Character set
  3. Data Address
  4. Logical Data
20
Q

A sequence of character is called

A

character data

21
Q

means the string of alphanumeric characters on a distributed or other electronic network or database which may be accessed only by knowledge or possession of a private key to facilitate or record transactions on the distributed or other electronic network or database.

A

Data Address

22
Q

is used by computer systems to take logical decisions.

A

Logical Data

23
Q

is represented by a dot or square on a computer monitor display screen.

A

pixel

24
Q

is a special symbol or word that connects two or more phrases of information.

A

Logical Operation

25
Q

are simple words (AND, OR, NOT or AND NOT) used as conjunctions to combine or exclude keywords in a search, resulting in more focused and productive results.

A

Boolean Operators

26
Q

is a type of flash memory based on NAND logic gates.

A

NAND Flash

27
Q

is a type of flash memory based on NOR logic gates.

A

NOR Flash

28
Q

The 3 functional units of the CPU are:

A
  1. Control Unit (CU)
  2. Arithmetic Logic Unit (ALU)
  3. Memory Unit (MU)
29
Q

is said to be the mathematical brain of the microprocessor.

A

ALU

30
Q

handles all of the following computer numerical operations.

A

arithmetic unit

31
Q

performs logical operations (e.g., AND, OR, and NOT) and numeric tests like checking if a number is a negative number.

A

logic unit

32
Q

moves each digit in a number’s binary representation left or right.

A

bit shifting operations

33
Q

There are 2 main types of bit-shifting operation:

A
  1. Logical Shifts (Left Shift and Right Shift)
  2. Arithmetic Shifts (Left Shift and Right Shift)
34
Q

can be used for dividing or multiplying an integer variable.

A

Arithmetic Shift operations

35
Q

is said to be the brain of the computer system.

A

microprocessor or CPU

36
Q

used to execute the program

A

Program Execution

37
Q

used to control the operations performed by the computer.

A

Hardware and Operations Control

38
Q

is basically an integrated circuit chip and it is the crucial component of a computer system.

A

CPU

39
Q

The CPU consists of 3 functional units:

A
  1. Control Unit (CU)
  2. Arithmetic Logic Unit (ALU)
  3. Memory Unit (MU)
40
Q

MIPS stands for

A

Microprocessor without Interlocked Pipeline Stages.