Programming basics

Quiz
•
Computers, Other, Education
•
12th Grade
•
Hard
Ian Garraway
Used 103+ 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
13 questions
sister location

Quiz
•
1st - 12th Grade
18 questions
Computer Science LISTS

Quiz
•
12th Grade
10 questions
Pharmacy Technician vs. Pharmacist/ Medical Terminology Quiz

Quiz
•
11th - 12th Grade
18 questions
DeBakey HSHP Integrity Month |Module 1: Intro

Quiz
•
9th - 12th Grade
20 questions
Java Arrays

Quiz
•
9th - 12th Grade
16 questions
Loops

Quiz
•
5th - 12th Grade
10 questions
AP CSA Unit 1 & 2 Review

Quiz
•
9th - 12th Grade
16 questions
Loops Quiz

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade