0% found this document useful (0 votes)
29 views4 pages

4 Practice For DIZO

The document contains 12 multiple choice questions about various programming topics such as data types in Python, device representation in Linux, Docker's initial release date, core Kubernetes objects, MySQL views, the purpose of $_SESSION in PHP, using <script> tags, altering table structure in databases, Docker Hub features, using <iframe> tags, and creating new React projects. Each question is followed by multiple choice answers labeled a-f, with one answer being marked as correct.

Uploaded by

kanyella.12
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views4 pages

4 Practice For DIZO

The document contains 12 multiple choice questions about various programming topics such as data types in Python, device representation in Linux, Docker's initial release date, core Kubernetes objects, MySQL views, the purpose of $_SESSION in PHP, using <script> tags, altering table structure in databases, Docker Hub features, using <iframe> tags, and creating new React projects. Each question is followed by multiple choice answers labeled a-f, with one answer being marked as correct.

Uploaded by

kanyella.12
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Q1: Which data type is used to store a sequence of characters in Python??

a None

b None

c Float

d String

e Integer

f Boolean

Q2: How are devices represented in UNIX/Linux??

a None

b For UNIX/Linux every device is a block and are typically located in the
directory /proc.

c None

d For UNIX/Linux every device is a file and are typically located in the directory
/dev.

e For UNIX/Linux every device is a file and are typically located in the directory
/proc.

f For UNIX/Linux every device is a block and are typically located in the directory
/dev.

Q3: When was Docker initially released ??

The correct Answer is: None

The correct Answer is: None

c 20 March 2013

The correct Answer is: None

e 20 March 2015

f 25 May 2013
Q4: Which of the following are core Kubernetes objects??

a Pods, Services, Volumes

b None of the mentioned

The correct Answer is: None

d Pods, Docker, Volumes

The correct Answer is: None

f Pods, Services, Droplets

Q5: The maximum length of the varchar columns Is?

a Upto 65, 535 Bytes

b None

c None

d None Of The Mentioned

e Upto 256 Bytes

f Upto 65, 567 Bytes

Q6: What Is a MySQL View??

a None

b None

c VIEWS are temporary tables that store data which store data only for a certain
amount of time

d VIEWS are no different that any other tables except they are used for faster
loading.

e VIEWS are static tables that store data but the data can't be changed

f VIEWS are virtual tables that do not store any data of their own but display data
stored in other tables.
Q7: What is the purpose of $_SESSION[]??

a Used to store variables of the current session

b Used to register a global variable

c none of the above

d None

e None

f Used to initialize a session

Q8: <SCRIPT> … </SCRIPT> tag can be placed within ________?

a None

b None of the mentioned

c Body

d None

e Header

f Both the header and the body

Q9: How can you change table sctructure after it was created??

a ALTER TABLE

b MODIFY TABLE

c UPDATE TABLE

d CHANGE TABLE

e It's not possible to change the structure

f None

Q10: Which is not true about Docker Hub??


a Docker Hub is the world's largest library and community for container images

The correct Answer is: None

c Docker Hub is a totally private repository

The correct Answer is: None

e Docker Hub provides an easy way to create, manage, and deliver your teams'
container applications

The correct Answer is: None

Q11: An <iframe> is used to display a web page within a web page.?

a None

b True

c None

d False

e None

f None

Q12: What is the correct command to create a new React project??

a None

b npm create-react-app

c npm create-react-app myReactApp

d None

e npx create-react-app myReactApp

f npx create-react-app

You might also like