BASIC REVISE

BASIC REVISE

7th Grade

7 Qs

quiz-placeholder

Similar activities

Computer Languages grade 7 Boost Your Click

Computer Languages grade 7 Boost Your Click

7th Grade

7 Qs

QBASIC Programming

QBASIC Programming

5th - 10th Grade

10 Qs

BASIC Programming Language

BASIC Programming Language

6th - 8th Grade

10 Qs

Computers

Computers

KG - University

12 Qs

Understanding Python Conditional Statements

Understanding Python Conditional Statements

7th Grade

10 Qs

Creating a Social Media Campaign @SCMS

Creating a Social Media Campaign @SCMS

7th - 8th Grade

10 Qs

JS1 Class

JS1 Class

6th - 9th Grade

5 Qs

Computer 7 - St. John

Computer 7 - St. John

7th Grade

10 Qs

BASIC REVISE

BASIC REVISE

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Austin Afia

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who developed the BASIC programming language?

Steve Jobs

John G. Kemeny and Thomas Kurtz

Mark Zuckerberg

Bill Gates

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does BASIC stand for?

Binary Advanced Symbolic Instruction Code

Basic Algorithmic Symbolic Instruction Code

Basic All-Purpose Symbolic Instruction Code

Beginner's All-Purpose Symbolic Instruction Code

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to make a comment about an instruction or the whole program in BASIC?

PRINT

INPUT

LET

REM

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the DATA keyword in BASIC?

To display output on the screen

To assign a value to a variable

To show the computer the data it is asked to read in the READ statement

To ask the user to supply the data to be processed

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the BASIC expression for the algebraic expression -b±√b2-4ac/(2a)?

(-b+sqr(b^2 – 4*a*c))/2*a

A*B

2*(b^2)+5*c

A/B

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the BASIC statement READ do?

Assigns a value to a variable

Displays the output on the screen

Tells the computer that the data to be processed is supplied within the program statements

Ends the program

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the LET keyword in BASIC?

To display output on the screen

To assign a value to a variable

To ask the user to supply the data to be processed

To make a comment about an instruction or the whole program