Home / Programming Questions / Page 1885

Prgramming MCQs Feed | Page - 1885

R

Ram Sharma • 178.09K Points
Coach

(A) Bit – byte – field – record – database – file
(B) Byte – bit – field – record – file – database
(C) Bit – byte – record – field – file – database
(D) Bit – byte – field – record – file – database

K

Kirti • 10.32K Points
Tutor II

(A) The slide layout option
(B) Add a slide option
(C) Outline view
(D) A presentation design template

R

Ram Sharma • 178.09K Points
Coach

(A) Delete key
(B) Cursor
(C) Arrow key
(D) Return key

V

Vaibhav Shukla • 4.53K Points
Extraordinary

Code:
x = "abcdef"
while i in x:
    print(i, end=" ")
(A) a b c d e f
(B) abcdef
(C) i i i i i i …
(D) error

T

Tina Singh • 10.59K Points
Tutor II

(A) String
(B) Integer
(C) Double
(D) All of the above

S

Sandeep • 6.42K Points
Tutor III

Code:
<?php
"Hello MCQ Buddy"
?>
(A) Nothing
(B) Hello MCQ Buddy
(C) Missing semicolon error
(D) Error

R

Ram Sharma • 178.09K Points
Coach

(A) Constant
(B) Reference type
(C) Variable
(D) Object

R

Ram Sharma • 178.09K Points
Coach

(A) p
(B) div + p
(C) div p
(D) div ~ p