Page 120 - 2617_JSSPS_C-6
P. 120
PERIODIC ASSESSMENT 4 (Based on chapters 6 & 7)
A. Label the components of BlueJ window.
B. Fill in the blanks to display the text in white colour with red background:
<!DOCTYPE html>
<html>
<head>
<title>My Name</title>
<style>
body {
____________________ : red;
_____________________: white;
}
</___________________ >
</head>
<body>
My name is John.
</body>
</___________________>
C. Write the bit size of the following data types.
1. Int
2. Char
3. Long
4. Double
5. Boolean
118 Premium Edition-VI

