DATA TYPES IN PYTHON A. Tick the correct option 1. Which of the following is not a valid variable name? ANS1. a. Print 2. Which of the following is not a string? ANS2. a. 89 3. How many types of number data type are there in Python? ANS C. 4 4. Which of the following is a data type? ANS A. TUPLE 5. Which of the following will you use to access a value stored in a dictionary? ANS C. [ ] B. Fill in the blanks 1. A multiline string spreads across multiple lines. 2. Data type is used to represent data in the memory of the computer. 3. A tuple can consist of different types of values. 4. A conditional statement can also be called a decision making statement. 5. The IF conditional statement has code for the condition being true only. C Write the output of the following code snippets. 1. >>> number_of_pages=200 >>>print( number_of_pag...
PRACTICAL EXAM 2023-24 CLASS VIII HTML Q1. Write the HTML Code for the following:- a. A. India B. Srilanka c. Australia OR b. 10. History 11. Geography 12. Civics Q2. Write HTML Code for the following:- A. · BIRDS · REPTILES · OMNIVORES OR B. P. Sun Q. Moon R. EARTH Q3. Write HTML code to create th...
HTML FORMS Form: It provides an easy way to collect required information from web page visitors. Web page forms have three important parts: atag, form input elements, and a submit button An Input control is a type of input mechanism on a form. A form may contain several different types of input controls. • Text Input Controls (Text Box, Password Box) • Data Input Controls (Check Box, Radio Button, List Box, Combobox) • Button Controls (Submit Button) HTML forms are set of different form elements that allow to interact with the user by your HTML web page and collect the data and information from user. HTML Form fields HTML supports certain fields to collect different information from user. These fields are as following: 1. ...
Comments
Post a Comment