BT - M4 - 2023

BT - M4 - 2023

University

10 Qs

quiz-placeholder

Similar activities

Administración Financiera EA Semana 6

Administración Financiera EA Semana 6

University

7 Qs

CHAPTER 6 QUIZ_AGR042

CHAPTER 6 QUIZ_AGR042

University

10 Qs

Economics

Economics

University

8 Qs

 Modulus Function

Modulus Function

4th Grade - University

7 Qs

bt_m -1  2023

bt_m -1 2023

University

10 Qs

Endüstri Mühendisliğine Yalın Bakış

Endüstri Mühendisliğine Yalın Bakış

University

10 Qs

Basics of R Programming-II

Basics of R Programming-II

12th Grade - Professional Development

10 Qs

Flujo de Caja de un Proyecto de Inversión

Flujo de Caja de un Proyecto de Inversión

University

10 Qs

BT - M4 - 2023

BT - M4 - 2023

Assessment

Quiz

Business

University

Hard

Created by

Smiley Sunshine

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The modifiers public and static cannot be written in either order "public static" or "static public".

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 What does MPEG stand for?

Motion Picture Experts Gang

Modern Picture Experts Group

Moving Picture Experts Group

Modern Picture Experts Gang

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which company is represented by the below logo?

Allen Solly

United Colors of Benetton

Spyker

Park Avenue

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following program?

 #include<iostream>

using namespace std;

int main(){

   int a = 10;

   int *p = &a;

   cout<<p<<endl;

   return 0;

}

The address of the variable a

 The value of the variable a

The value stored in the pointer p

A syntax error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the order of namespaces in which Python looks for an identifier?

 Python first searches the built-in namespace, then the global namespace and finally the local namespace

Python first searches the built-in namespace, then the local namespace and finally the global namespace

 Python first searches the local namespace, then the global namespace and finally the built-in namespace

 Python first searches the global namespace, then the local namespace and finally the built-in namespace

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

public class Test{

public static void main(String args[]) {

System.out.print (""==""); System.out.print(" ");

System.out.print("A"=="A");

System.out.print(" "); System.out.print ("a==A");

}

}

 "==" A"=="A a==A

true true false

true true a==A

Compilation Fails

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

 Guess the logo

Khodro

Kamaz

Eicher

Pegaso

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?