Year 11 Software Engineering Year exan revision 1

Year 11 Software Engineering Year exan revision 1

11th Grade

49 Qs

quiz-placeholder

Similar activities

PYTHON PROGRAMMING - FINAL EXAM REVIEW

PYTHON PROGRAMMING - FINAL EXAM REVIEW

9th - 12th Grade

46 Qs

Year 11 Software Engineering Yearly Revision Test 3

Year 11 Software Engineering Yearly Revision Test 3

11th Grade

50 Qs

CodeCademy - Python 3 - Syntax and Functions

CodeCademy - Python 3 - Syntax and Functions

7th - 12th Grade

50 Qs

Year 11 - CS Blended Learning - Homework 9

Year 11 - CS Blended Learning - Homework 9

10th - 12th Grade

52 Qs

Knowledge Check Y10 GCSE

Knowledge Check Y10 GCSE

9th - 11th Grade

50 Qs

DASAR PYTHON

DASAR PYTHON

11th Grade

50 Qs

IGCSE chapter 4

IGCSE chapter 4

9th - 12th Grade

44 Qs

MIL REVIEWER (1st)

MIL REVIEWER (1st)

9th - 12th Grade

50 Qs

Year 11 Software Engineering Year exan revision 1

Year 11 Software Engineering Year exan revision 1

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Brian Johnson

Used 1+ times

FREE Resource

49 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which number system does a computer use internally?

Decimal

Octal

Binary

Hexadecimal

Answer explanation

Computers use the binary number system internally, which consists of only two digits: 0 and 1. This system is fundamental for processing and storing data, making 'Binary' the correct answer.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a high-level programming language?

Machine Code

Opcode

C++

Assembly

Answer explanation

C++ is a high-level programming language that provides abstraction and is user-friendly, unlike Machine Code and Assembly, which are low-level languages. Opcode is a part of machine language, making C++ the correct choice.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does IDE stand for?

Internal Development Environment

Integrated Development Environment

Interactive Debugging Editor

Integrated Design Environment

Answer explanation

IDE stands for Integrated Development Environment, which is a software application that provides comprehensive facilities to programmers for software development, including code editing, debugging, and building.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of an object-oriented programming concept?

Recursion

Iteration

Encapsulation

Linear Search

Answer explanation

Encapsulation is a core object-oriented programming concept that involves bundling data and methods that operate on that data within a single unit, or class, while restricting access to some of the object's components.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used in Python for a single-line comment?

//

#

!

/*

Answer explanation

In Python, the symbol used for a single-line comment is '#'. The choice '//' is incorrect as it is used in languages like C++ and Java. Therefore, the correct answer is '#', not '//', which is not valid in Python.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of a compiler?

Store variables

Translate machine code to high-level code

Run code line by line

Translate high-level code to machine code

Answer explanation

A compiler's primary role is to translate high-level code, which is human-readable, into machine code, which is executable by a computer. This process allows programs written in languages like C++ or Java to run on hardware.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure stores data in key-value pairs?

List

Stack

Tuple

Hash Table

Answer explanation

A Hash Table is a data structure that stores data in key-value pairs, allowing for efficient data retrieval. In contrast, Lists, Stacks, and Tuples do not use key-value pairs for data storage.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?