0% found this document useful (0 votes)
53 views2 pages

DT Practice Questions for Teacher Exam

This document contains a 14-question computer science and design technology teacher recruitment exam covering topics like: - IPv6 address sizes (128 bits) - DHCP protocol assigning IP addresses - Python string concatenation and print outputs - HTML tags for numbered and unordered lists - Difference between memory (temporary) and storage (permanent) - Largest HTML heading tag (h1) - CSS properties for text formatting (font, font-style, text-decoration) - Converting between binary, decimal, and hexadecimal number systems - Identifying protocols for email (SMTP) and background colors in CSS (green)

Uploaded by

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

DT Practice Questions for Teacher Exam

This document contains a 14-question computer science and design technology teacher recruitment exam covering topics like: - IPv6 address sizes (128 bits) - DHCP protocol assigning IP addresses - Python string concatenation and print outputs - HTML tags for numbered and unordered lists - Difference between memory (temporary) and storage (permanent) - Largest HTML heading tag (h1) - CSS properties for text formatting (font, font-style, text-decoration) - Converting between binary, decimal, and hexadecimal number systems - Identifying protocols for email (SMTP) and background colors in CSS (green)

Uploaded by

archana pingley
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

COMPUTER SCIENCE / DESIGN TECHNOLOGY

TEACHER RECRUITMENT EXAM

Q1 IPv6 address have a size of

A 32 bits B 64 bits C 128 bits D 265 bits

Which protocol assigns IP address to the client connected in the


Q2
internet?
A IP B DHCP C RPC D FTP

In Python, what is the output when following statement is executed?


Q3
>>>"a"+"bc"
A a B bc C bca D abc

In Python, what is the output when following statement is executed?


Q4
>>>print('new' 'line')

A Error B Output equivalent to print ‘new\nline’ C newline D new line

Q5 In HTML, which of the tag is used to creates a number list?

A <OL B <LI> C <UL> and <LI> D <OL> and <LI>

The difference between memory and storage is that memory is


Q6
_________ and storage is __________.
temporary, permanent, for tablets,
A B C slow, fast D
permanent temporary for laptops
Q7 Choose the correct tag for largest heading in HTML.

A h6 B heading C h1 D head

Q8 Which of the following CSS property is used to set the text formatting?

A font B font-style C text-decoration D all of the above

Q9 The binary number 1 0 0 1 1 1 0 0 as a decimal number is….

A 156 B 126 C 128 D 172

Q10 The decimal number 139 as a binary number is…

A 11001111 B 00001010 C 10101111 D 10001011

Q11 The hex number ‘6E’ as a decimal number is…

A 110 B 10 C 96 D 128

When using CSS background-color:#00FF00; would set the


Q12
background colour of the webpage to…
A Red B Green C Blue D White

Q13 Which protocol provides e-mail facility among different hosts?

A FTP B SMTP C TELNET D SNMP

Q14 A byte consists of…

A One bit B Four bits C Eight bits D Sixteen bits

You might also like