BWOCD #1

BWOCD #1

1st - 5th Grade

10 Qs

quiz-placeholder

Similar activities

Software and its types

Software and its types

5th Grade

10 Qs

Scratch basics

Scratch basics

3rd - 6th Grade

15 Qs

Python Beginners Week 6

Python Beginners Week 6

3rd - 12th Grade

13 Qs

Variables and Functions

Variables and Functions

KG - University

10 Qs

Exploring Programming Basics

Exploring Programming Basics

5th Grade

10 Qs

Development Unit Quiz

Development Unit Quiz

3rd Grade

15 Qs

CODE.ORG VOCAB

CODE.ORG VOCAB

5th - 9th Grade

10 Qs

Python Basics

Python Basics

KG - University

15 Qs

BWOCD #1

BWOCD #1

Assessment

Quiz

Computers

1st - 5th Grade

Medium

Created by

Omid Mustefa

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Programming is the process of designing and building an executable computer software or application to accomplish a specific task.

True

False

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Who is a programmer?

A programmer, also known as a software developer, coder, or software engineer,

is a skilled individual who creates, tests, and maintains software applications

They play a crucial role in the technology sector.

All of them

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is C#?

C# programs can be developed using Microsoft Visual Studio.

C# is a modern object oriented programming language.

It’s a high level programming language.

All of them

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ________ method outputs one or more values to the screen without a new line character.

Write()

WriteLine()

Read()

ReadLine()

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Program accesses data through ______________

DataType

Identifier

Variable

None of them

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

int count = 5;
count ++ ;

count = 4

count = 5

count = 6

count = 5

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

is the following For Loop logically well defined?

for (int i = 1; i <= 8; i++)

for (int i = 1; i >= 8; i++)

Both have valid OutPut

None of them

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?