diff set(4) 2023

diff set(4) 2023

University

10 Qs

quiz-placeholder

Similar activities

bt2 2023

bt2 2023

University

10 Qs

Elasticity of Demand

Elasticity of Demand

University

15 Qs

Minigame KickOff Khu Vực Sói Đen

Minigame KickOff Khu Vực Sói Đen

University

11 Qs

Autoevaluación NIIF - 2

Autoevaluación NIIF - 2

University

10 Qs

Exercise Equilibrium dan Elastisitas

Exercise Equilibrium dan Elastisitas

4th Grade - University

15 Qs

Тема 4. Цена и структура капитала

Тема 4. Цена и структура капитала

University

10 Qs

diff set-(3) 2023

diff set-(3) 2023

University

10 Qs

BT - M4 - 2023

BT - M4 - 2023

University

10 Qs

diff set(4) 2023

diff set(4) 2023

Assessment

Quiz

Business

University

Hard

Created by

Smiley Sunshine

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Predict the logo

Sheraton

Kingston

Hippodrome

Allen Solly

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SIMD Stands for 

Single Induction Multiple Data

Single Instruction Multiple Data

Simple Instruction Multiple Data

Single Instruction Maximum Data

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the least safe type casting in C++?

static_cast

 const_cast

reinterpret_cast

dynamic_cast

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 #include <iostream>

using namespace std;

class X

{

public: X()

        { cout<<"X"; }

        ~X()

        { cout<<"~X"; }

};

class Y : public X

{

public: Y()

        { cout<<"Y"; }

        ~Y()

        { cout<<"~Y"; }

};

int main()

{

Y obj;

    return 0;

}

XY~X~Y

XY~Y~X

X~XY~Y

X~X~YY

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement(s) is/are true about Java Swing?

Swing component frame does not support Window Listner.

Swing component combobox does not support Window Listner.

Swing component checkbox does not support Window Listner.

Swing component dialog does not support Window Listner.

Both b and c

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

for i in range(int(float('inf'))):

    print (i)

 0.0 0.1 0.2 0.3 …

0 1 2 3 …

0.0 1.0 2.0 3.0 …

 none of the mentioned

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Predict the logo

Photoshop

PhotoDirector 365

Photo Editor

None of these

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?