VB.NET

VB.NET

11th Grade

32 Qs

quiz-placeholder

Similar activities

Final Review - Unit 3

Final Review - Unit 3

9th - 12th Grade

35 Qs

SAINS KOMPUTER

SAINS KOMPUTER

4th - 12th Grade

30 Qs

Programming Review

Programming Review

9th - 12th Grade

27 Qs

Graded IB Computer Science Units 1 and 2 Overview

Graded IB Computer Science Units 1 and 2 Overview

11th - 12th Grade

33 Qs

Python Introduction

Python Introduction

9th - 11th Grade

30 Qs

Java Test

Java Test

3rd Grade - University

30 Qs

Java Swing/AWT Graphics

Java Swing/AWT Graphics

9th - 12th Grade

27 Qs

AP CSA Review Set #1

AP CSA Review Set #1

9th - 12th Grade

37 Qs

VB.NET

VB.NET

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Al Stone

Used 22+ times

FREE Resource

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which would be the best way to create a variable to store a real number

Dim r as real

Dim r as decimal

dim number as real

dim number as decimal

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following is correct to find if a number n is between 1 and 5 inclusive

IF n <=1 and >=5

IF n > 1 or n < 5

IF n >=1 or n <= 5

IF n >=1 and n <=5

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

An algorithm is...

A sequence of step by step instructions to complete a task

Breaking a problem down into smaller problems

Removing the unnecessary detail from a problem

A program written to solve a problem

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Decomposition is ...

A sequence of step by step instructions to complete a task

Breaking a problem down into smaller problems

Removing the unnecessary detail from a problem

A program written to solve a problem

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Abstraction is...

A sequence of step by step instructions to complete a task

Breaking a problem down into smaller problems

Removing the unnecessary detail from a problem

A program written to solve a problem

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which algorithm would be best to search for a value in a list of 1,000,000 ordered numbers

Bubble search

Binary sort

Binary search

Linear search

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which algorithm would be best to search for a number in a list of 1,000,000 random numbers

Linear sort

Linear search

Merge search

Binary search

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?