Programming basics

Quiz
•
Computers, Other, Education
•
12th Grade
•
Hard
Ian Garraway
Used 102+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many basic data types are there?
3
4
as many as you want
data types?
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is the odd one out?
IF
WHILE
FOR
DO...UNTILL
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
You want to show some code if the age is over 18, which is the correct command? (c#)
IF (age < 18)
IF (age >= 18)
IF age > 18
IF (age > "18")
IF (age > 18)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
This is an array of 6 elements, called scores, which is the correct reference to access the element with -16 in it.
scores[-16]
scores[3]
scores[4]
scores(5)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You need an variable to act as a counter, what would be the best data type to use?
Real/Float
Integer
String
Bool
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You are looking for a specific card in a deck of cards, which of the standard algorithms will you use?
Quick search
Binary search
Bubble search
Linear search
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
i++; is the same as writing:
i = i +1;
i = i * i;
i = i - 1;
GOTOWHILE;
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
SST Yr8 - NCCE - Programming

Quiz
•
9th - 12th Grade
12 questions
Iteration - While Loop

Quiz
•
8th - 12th Grade
10 questions
Programming with C++

Quiz
•
9th - 12th Grade
10 questions
Python Loops

Quiz
•
9th - 12th Grade
15 questions
Cyber Security

Quiz
•
9th - 12th Grade
10 questions
Exploring Python: Input and Output Essentials

Quiz
•
9th Grade - University
15 questions
CS1 Unit 9 Review

Quiz
•
9th - 12th Grade
10 questions
Unit 1 Post Test: Basic 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