Search Header Logo

Unit_3_Object Oriented Programming with Java

Authored by Anil Chinchawade

Computers

University

Used 6+ times

Unit_3_Object Oriented Programming with Java
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

49 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is pseudocode?

A simple java-like programming language

A control structure used in Java

Statements in plain English

A java class

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct definition of an algorithm?

An algorithm is the process of breaking problems into sub-problems.

An algorithm is a software used to compute numbers.

An algorithm is a process of baking bread.

An algorithm is a step by step instructions to solve a problem.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a flowchart and pseudocode?

A flowchart is diagrammatic whilst pseudocode is written in a programming language (eg. Pascal or Java)

A flowchart is a diagrammatic description of an algorithm whilst pseudocode is a textual description of an algorithm

A flowchart and pseudocode are the same thing

A flowchart is textual but pseudocode is diagrammatic

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of pseudocode?

To program a computer

So we can see the different symbols

It helps us with the variables required

It helps us plan the code line by line

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of y after evaluation: x = 7; y = ++x * 3 - 2

19

20

21

22

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of values represent the outcome of the relational and logical operators?

constant values

Boolean values

null values

absolute values

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options is NOT a relational operator?

==

!=

&&

>=

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers