Tricky Eliters Challenge

Tricky Eliters Challenge

KG - University

30 Qs

Similar activities

gram

gram

2nd Grade

25 Qs

Technical Quiz Round - 1

Technical Quiz Round - 1

University

25 Qs

Cybersecurity Unit 4 - Cryptography & Linux

Cybersecurity Unit 4 - Cryptography & Linux

12th Grade

25 Qs

Code Switching: Adapting Your Communication Style

Code Switching: Adapting Your Communication Style

10th Grade

29 Qs

Haikyu!! [Anime]

Haikyu!! [Anime]

6th Grade

25 Qs

Soccer

Soccer

KG - University

27 Qs

Python - Variables

Python - Variables

6th - 8th Grade

31 Qs

KISI KISI TLJ

KISI KISI TLJ

2nd Grade

32 Qs

Tricky Eliters Challenge

Tricky Eliters Challenge

Assessment

Quiz

Created by

tricky eliters

Fun

KG - University

1 plays

Hard

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following about the following two declaration is true

i ) int *F()

ii) int (*F)()

a) Both are identical

b) The first is a correct declaration and the second is wrong

c) The first declaraion is a function returning a pointer to an integer and the second is a pointer to function returning int

d) Both are different ways of declarin pointer to a function

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For 1 MB memory, the number of address lines required,

(a) 11

(b) 20

(c) 22

(c) 40

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Semaphore is used for

(a) synchronization

(b) dead-lock avoidence

(c) box

(d) none

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Piggy backing is a technique for

a) Flow control

b) sequence

c) Acknowledgement

d) retransmition

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct about CSS?

A - CSS is used to control the style of a web document in a simple and easy way.

B - CSS is the acronym for "Cascading Style Sheet".

C - You can write CSS once and then reuse same sheet in multiple HTML pages.

D - All of the above.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a way to associate styles with your HTML document?

A - Embedded CSS - The tags or rules defined in any external style sheet file.

B - Any rule defined in tags will override rules defined in any external style sheet file.

C - Any rule defined in external style sheet file takes lowest priority, and rules defined in this file will be applied only when above two rules are not applicable.

D - All of the above.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct about Python?

A - It supports functional and structured programming methods as well as OOP.

B - It can be used as a scripting language or can be compiled to byte-code for building large applications.

C - It provides very high-level dynamic data types and supports dynamic type checking.

D - All of the above.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print tuple[1:3] if tuple = ( 'abcd', 786 , 2.23, 'john', 70.2 )?

A - ( 'abcd', 786 , 2.23, 'john', 70.2 )

B - abcd

C - (786, 2.23)

D - None of the above.

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following environment variable for Python contains the path of an initialization file containing Python source code?

A - PYTHONPATH

B - PYTHONSTARTUP

C - PYTHONCASEOK

D - PYTHONHOME

10.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using which of the following way can you embed PHP code in an HTML page?

A - <?php PHP code goes here ?>

B - <? PHP code goes here ?>

C - <script language="php"> PHP code goes here </script>

D - All of the above.

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?