ICT 1st Prelim Flashcards

1
Q

ICT

A

Information Communication Technology

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

It is a diverse set of technological tools and resources used to transmit, store, create, share or exchange information

A

ICT

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

A set of instructions, data or programs used to operate computers and execute specific tasks

A

Computer software

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

The programs that are needed to accomplish the input, processing, output, storage, and control activities of information systems

A

Computer hardware

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

Installed inside the computer

A

Internal components

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

Connected to the outside of the computer, these can also be referred to as peripherals, or peripheral devices

A

External components

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

A collection of programs designed to operate, control, and extend the processing capabilities of the computer itself

A

System software

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

These are designed to satisfy a particular need of a particular environment

A

Application software

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

The process that professionals use to write code that instructs how a computer, application or software program performs

A

Computer programming

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

The first computer programming language was created in

A

1883

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

The woman worked with Charles Babbage on his very early mechanical computer, the Analytical Engine

A

Ada Lovelace

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

Use classes and functions that control commands

A

Programming languages

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

Getting data and commands into the computer

A

Input

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

Getting your results out of the computer

A

Output

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

Testing to see if a condition is true of false, and cycling through a set of instructions until some condition is met

A

Looping and conditionals

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

Performing mathematical calculations on your data

A

Mathematical operations (arithmetic)

17
Q

Storing information, which may change over time

A

Variables and data structures

18
Q

The element of computer programming allow interaction of the program with the external entities

A

Input or Output

19
Q

A sequence of instructions that are repeated continuously till a certain condition is not satisfied

20
Q

The execution of the statements depending on the whether condition is satisfied or not

A

Conditionals

21
Q

Tells how the data is represented which can be range from very simple value to complex one

22
Q

The element of the programming allow a programmer to use snippet of code into one location which can be used over and over again

A

Mathematical operations or Subroutines and functions