wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

SDD Year 11 Chapter 01-02 Quiz

Total questions: 30

Worksheet time: 16mins

Name
Class
Date
1.

1. Claiming source code written by somebody else is your own work is an example of which of the following?

a)

Copyright infringement

b)

Reverse engineering

c)

Plagiarism

d)

Software piracy

2.

These are all legitimate search engines, except...

a)

Google

b)

Yahoo

c)

Archie

d)

Microsoft

3.

What is the difference between CLI and GUI?

a)

GUI is more commonly used today, but CLI is still used for automated tasks

b)

CLI is more commonly used today, but GUI is still used for automated tasks

c)

GUI is used by closed operating systems like Apple, CLI is used by Microsoft

d)

CLI is used by closed operating systems like Apple, GUI is used by Microsoft

4.

Relative and absolute referencing is a

concept that is present in:

a)

word processor software

b)

spreadsheet software

c)

presentation software

d)

multimedia software

5.

What works does intellectual property cover?

a)

Software

b)

Books

c)

Music

d)

All of the above

6.

Which of these is not covered by copyright?

a)

Shareware

b)

Commercial

c)

Public Domain

d)

Freeware

7.

Which licence agreement can be distributed, but cannot be modified or reverse engineered?

a)

Commercial

b)

Public Domain

c)

Shareware

d)

Freeware

8.

A software product that where the code

is developed collaboratively and is

freely available to all is likely to be

covered by a:

a)

Creative commons licence

b)

Commercial licence

c)

Site licence

d)

Open source licence

9.

Which term defines the process of decompiling of software?

a)

Interpreting

b)

Translating

c)

Backwards compiling

d)

Reverse engineering

10.

These are all issues related to consistent user interface, except...

a)

Having a quick response time

b)

Using color approriately

c)

Using font appropriately

d)

Providing "undo" or "back" buttons

11.

Which feature/trait listed makes the software application easy to use?

a)

Tabbed dialogue bars

b)

Creative and fancy icons

c)

2 seconds of response time

d)

More than 50% whitespace

12.

What skills are important in the SDD cycle?

a)

communication, creativity, collaboration

b)

interpersonal, problem-solving, structural

c)

goal-oriented, technical, self-motivated

d)

leadership, routinity, design

13.

Which of these is an example of cultural inclusivity?

a)

Speech generation features

b)

Options for date and time format

c)

Economically feasible pricing

d)

Braille utilities

14.

In the software development process, quality is a measure of ...

a)

a cost benefit analysis

b)

the amount of functionality the

product has

c)

how well the product meets the

needs of the users

d)

how many users download or buy the software

15.

Which of these only contain input devices?

a)

CD, DVD, hard disk

b)

keyboard, monitor, scanner

c)

mouse, barcode reader, microphone

d)

printer, USB, RAM

16.

These are data collected by the mouse, except...

a)

The position on the screen

b)

The state of each button

c)

The scroll wheel events

d)

The direction of the movement

17.

The diagram above shows the workings of a ______

a)

scanner

b)

laser printer

c)

inkjet printer

d)

liquid crystal display

18.

Which interface can send and receive video and audio and can control connected devices?

a)

DVI

b)

VRAM

c)

VGA

d)

HDMI

19.

The storage that remains when the

power is turned off is known as

a)

primary storage

b)

secondary storage

c)

permanent storage

d)

control storage

20.

What are the five functions performed by hardware devices?

a)

hardware, software, data, personnel, procedures

b)

input, output, storage, data, control

c)

input, output, processing, control, storage

d)

input, output, hardware, software, data

21.

What organises and controls the hardware and

other software used by the system?

a)

application software

b)

operating system

c)

utilities

d)

artificial intelligence

22.

An Apple OS operating system is considered

a)

single-user, single-task

b)

single-user, multi-task

c)

multi-user, single-task

d)

multi-user, multi-task

23.

What is the difference between off-the-shelf and COTS applications?

a)

Off-the-shelf is pre-packaged, COTS is used for clients with particular needs

b)

Off-the-shelf is sold for individuals, COTS is sold for businesses

c)

Off-the-shelf is used for unlimited users, COTS is used for limited users

d)

They are the same!

24.

What programming language approach responds to certain occurrences in a program?

a)

high-level

b)

sequential

c)

event-driven

d)

declarative

25.

Which of these are characteristics of compilers? You can choose more than one.

a)

Fast execution

b)

Translates the entire source code into object code

c)

Translates code line by line

d)

Needs to have a copy of the interpreter

26.

What are the steps of the fetch-execute cycle?

a)

Fetch, execute, decode

b)

Fetch, decode, execute

c)

Fetch, execute, decode, store

d)

Fetch, decode, execute, store

27.

What is the name of the process given to turning source code into machine code?

a)

Decompilation

b)

Interpretation

c)

Compilation

d)

Reverse Engineering

28.

A program with a graphical user-interface offers its user the choice of setting a default value for output. The four alternatives are: to the screen, to the printer, to a text file, or to a spreadsheet file. The most appropriate element to present this choice is

a)

menu bars

b)

dialogue boxes

c)

radio buttons

d)

appropriate control keys

29.

A program halts whilst executing with a syntax error message. What type of translator is being used?

a)

Compiler

b)

Assembler

c)

Interpreter

d)

Virtual machine

30.

Which language can be understood by the CPU?

a)

High-level language

b)

Imperative language

c)

Assembler language

d)

Machine language