Year 11 Software Engineering Year exan revision 1

Quiz
•
Computers
•
11th Grade
•
Medium
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
Similar Resources on Wayground
45 questions
GR9COMPUTERQUIZ3.0

Quiz
•
9th Grade - University
50 questions
Знакомство с IDE. Алфавит языка. Синтаксис. Типы данных. Правила

Quiz
•
11th Grade
50 questions
Foundations of Computer Science Exam Review

Quiz
•
9th - 12th Grade
47 questions
S3 Assessment Revision

Quiz
•
9th - 12th Grade
50 questions
Strings in python - Test

Quiz
•
11th Grade
51 questions
Digital Literacy Chapter 14 Review

Quiz
•
9th - 12th Grade
45 questions
Midterm prep 10 gr

Quiz
•
10th Grade - University
45 questions
CH4 - Python

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade