Programming in BASIC - Intro

Programming in BASIC - Intro

8th - 10th Grade

5 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Python Data Types and Arithmetic Quiz

Python Data Types and Arithmetic Quiz

8th Grade

7 Qs

BASIC 256

BASIC 256

6th - 8th Grade

10 Qs

Python Programming

Python Programming

7th - 9th Grade

10 Qs

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

10 Qs

Intro to Python

Intro to Python

8th Grade

10 Qs

Python Basic

Python Basic

6th - 8th Grade

10 Qs

Python Lesson 1 - Homework

Python Lesson 1 - Homework

8th - 9th Grade

10 Qs

Programming in BASIC - Intro

Programming in BASIC - Intro

Assessment

Quiz

Computers

8th - 10th Grade

Medium

Created by

Curtis Forbes

Used 25+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is used for writing comments in a BASIC programs?

DIM

PRINT

REM

INPUT

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To declare a variable we use

REM

DIM

PRINT

INPUT

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An integer is a

decimal number

fraction

string

whole number

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To display a message in BASIC we can use

REM

OUTPUT

PRINT

READ

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To store a number in a variable we can use

PRINT

REM

DIM

INPUT