bt 4 2023

bt 4 2023

University

10 Qs

quiz-placeholder

Similar activities

Leadership Styles

Leadership Styles

University

10 Qs

ACCOUNTING RATIOS

ACCOUNTING RATIOS

University

15 Qs

PP and ARR

PP and ARR

University

10 Qs

МБДК 01.03 мобильные приложения

МБДК 01.03 мобильные приложения

2nd Grade - University

10 Qs

Prueba Diagnóstica Paquetes Aplicacionales II

Prueba Diagnóstica Paquetes Aplicacionales II

University

10 Qs

MBA - Lecture 8

MBA - Lecture 8

University

10 Qs

Management accounting

Management accounting

University

10 Qs

WACC & Payout policy

WACC & Payout policy

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?