Information Technology - Paper 01

0.0(0)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/59

flashcard set

Earn XP

Description and Tags

Flashcards from Information Technology - Paper 01

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

60 Terms

1
New cards

Which part of the CPU coordinates the activities of the entire unit?

Control unit

2
New cards

What is the primary function of the Arithmetic Logic Unit (ALU)?

Performs mathematical calculations

3
New cards

Give an exmaple of application software

Microsoft Edge

4
New cards

Which of the following is NOT an example of Cloud Storage?

Data stored and accessible on a LAN

5
New cards

Which of the following is NOT included in cabled transmission media?

Satellite

6
New cards

Which box shows carries out processing in a general-purpose computer system?

Box Z

7
New cards

Which network is most suitable for connecting two campuses in different locations?

WAN

8
New cards

What type of interface requires the user to remember specific instructions and syntax?

Command-driven

9
New cards

What device is used for printing industrial quality architectural drawings?

Plotter

10
New cards

Which device is used to input data into the computer?

Mouse

11
New cards

Which countermeasure can ONLY be implemented as a software measure to mitigate threats to a computer system?

Intrusion detection system

12
New cards

What is unauthorized, real-time interception of a private communication on a computer network?

Electronic eavesdropping

13
New cards

What is the process of double-entry data verification?

The same data being entered once and then re-entered by another person

14
New cards

What is an extranet?

Part of a private network using Internet technology that can be accessed by business partners.

15
New cards

What type of data check is used to ensure that data captured matches the source data?

Visual

16
New cards

What function is performed by a modem?

Modulates analog and digital signals

17
New cards

What is a characteristic of an intranet?

Allows access to employees

18
New cards

What is Transferring data from your computer to a remote computer?

Uploading

19
New cards

What technology is commonly used by banks to read data on cheques?

MICR

20
New cards

What file organization method should be used for filing records submitted online in an online application?

Index-sequential

21
New cards

What is the most efficient method to authenticate customers when they log into their accounts?

Direct

22
New cards

What is the first step in order to use a program stored on a secondary storage device?

into RAM

23
New cards

How are Records on a magnetic tape stored?

Sequentially

24
New cards

What is the job of a web developer?

Is responsible for the company's website

25
New cards

Which is the LEAST reliable way to keep online passwords secure?

Keep a copy of all passwords on your computer.

26
New cards

Describe a denial-of-service (DOS) attack

Inability to reach regular websites because of too many requests; Decrease in network performance because of a flood of transactions

27
New cards

What protocol ensures all web pages and servers communicate with each other?

HTTP

28
New cards

Accessing files sequentially?

Starts with the first record

29
New cards

Which machine-readable document is NOT a turnaround document?

Multiple choice sheets used in examinations

30
New cards

What is the most likely reason for a computer suddenly losing Internet access on a LAN while other devices still have access?

The network cable is loose or needs replacing.

31
New cards

Which of the following are NOT categorized as system software?

Productivity tools

32
New cards

What is the correct order of connecting hardware components of a LAN, starting from the ISP's telecommunication line, to a desktop computer?

modem to router to switch

33
New cards

The CPU speed of the computer

3.6 GHz

34
New cards

The speed of the hard drive in the computer

7200 rpm

35
New cards

Which of the following is an example of a correctly formatted e-mail address?

micah@loofa.net

36
New cards

Which of the following symbols MUST be placed in front of the column letter and row number to create an absolute reference?

  • * !
37
New cards

Selecting or highlighting a paragraph creates a

block

38
New cards

In the URL http://www.shoes.com, 'shoes.com' represents the

domain name

39
New cards

What would be the resulting formula if the initial formula was copied to the position located immediately to the right?

C3+ C4+ $B$5

40
New cards

When creating a query, a student entered the following criteria for the date field, what days will the output show?

from 11 to 14 May 2022

41
New cards

HTML code is executed by?

Browser

42
New cards

Real numbers entered in a cell on a spreadsheet are automatically

right justified with decimal places

43
New cards

What type of cell addressing must be used to keep the cell address in a formula the same, when the cell address is copied to another cell?

Absolute

44
New cards

Which of the following features would be LEAST efficient when using the Find and Replace dialogue box to replace all occurrences of the word hen with the word duck?

Having the text in parts of words replaced

45
New cards

Which of the following formulas will display the exercise name Zumba.

=VLOOKUP (G5, A18: C22, 2, FALSE)

46
New cards

Which of the following formulas will count the number of customers whose gender is equal to M.

=COUNTIF(D2: D10, "M")

47
New cards

Which of the following features allows the user to insert individual names in a primary document?

Mail merge

48
New cards

When creating a database for a supermarket, the MOST appropriate data type to use for the price of an item is

currency

49
New cards

The field that uniquely identifies a record in a database is called the

primary key

50
New cards

Which of the following characteristics must two database tables have in order for them to be linked?

At least one common attribute name

51
New cards

Which of the following tasks does the algorithm perform?

Reads two numbers and prints the first number if it is larger than the second number

52
New cards

Which FOR statement below has the correct high-level language syntax to accomplish the task?

FOR count = 1 to 12 DO…ENDFOR

53
New cards

When implementing a program, which of the following steps comes after executing?

Maintaining

54
New cards

The MOST appropriate data type for storing the amount of interest earned on a sum of money is

real

55
New cards

Which of the following terms is an invalid variable name?

2count

56
New cards

Which of the following statements should be placed at Step 3?

Set average ← (n1+n2+ n3)/3

57
New cards

The decision box of a program flow chart shows the

test to be carried out

58
New cards

Which data type should he specify when declaring this variable?

Real

59
New cards

Which of the following is an example of a conditional construct?

IF… THEN … ELSE

60
New cards

When testing an algorithm for correctness, which of the following manual testing methods is MOST effective in verifying the results?

Trace table