bt 4 2023

bt 4 2023

University

10 Qs

quiz-placeholder

Similar activities

Java101 Chapter 06 Array and ArrayList

Java101 Chapter 06 Array and ArrayList

University

10 Qs

Forms of Businesses

Forms of Businesses

University

9 Qs

ACCOUNTING RATIOS

ACCOUNTING RATIOS

University

15 Qs

bt_m -1  2023

bt_m -1 2023

University

10 Qs

Post-test - Introduction to Accounting

Post-test - Introduction to Accounting

University

15 Qs

diff set(4) 2023

diff set(4) 2023

University

10 Qs

diff 1 set

diff 1 set

University

10 Qs

MAPr 105_Measuring Results and Behaviors

MAPr 105_Measuring Results and Behaviors

University

10 Qs

bt 4 2023

bt 4 2023

Assessment

Quiz

Business

University

Hard

Created by

Smiley Sunshine

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following declarations is incorrect in python language?

 xyzp = 5,000,000

x y z p = 5000 6000 7000 8000

 x,y,z,p = 5000, 6000, 7000, 8000

x_y_z_p = 5,000,000

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

 Predict the logo

Shell

Siemens

Salesforce

Swatch

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 The condition of an IF statement evaluates to boolean only if the expression contains?

logical operators

relational operators

boolean operands

All

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of Java program below?

float temp = 98.4f;

if(temp > 98.4)

{

  System.out.println("SUMMER");

}

else

{

  System.out.println("UNKNOWN");

}

SUMMER

UNKNOWN

Compiler error

None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a type of cloud service?

Software as a Service (SaaS)

 Hardware as a Service (HaaS)

 Platform as a Service (PaaS)

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to access and edit data in data file handling using structures

 read()

write()

 both A and B

without read()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following can be considered as the correct syntax for declaring an array of pointers of integers that has a size of 10 in C++?

int arr = new int[10];

 int arr = new int[10]

int **arr = new int*[10];

int *arr = new int[10];

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?