Operands Flashcards

1
Q

Expression or value on which an operator acts or works

A

Operands

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

The number in an equation

A

Operands

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

With storage space with allocated memory cell to it.

A

Variable

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

A place holder or an empty box

A

Variable

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

Variable that is cannot be modified

A

Constant

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

Fixed values are also called literals

A

Constant

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

This are the two ways to store data

A

Input/Output Operations

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

Instruction that displays
information stored in memory

A

Output Operations

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

Instruction that copies data
from an input device into memory

A

Input Operation

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

One of the main output or most common
output function in C program

A

printf()

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

This function sends formatted output to
the screen or console

A

printf()

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

If printf() is for output, this is for input.

A

scanf()

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

This function is one of the most commonly
used input function to take input from the user.

A

scanf()

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