MAHATMA GANDHI MEMORIAL EDUCATION SOCIETY’S
STD :- XII ( GENERAL G,H) SARVAJANIK VIDYALAYA – DAMAN DATE:- 28/01/2025
SUB :- COMPUTER Terminal Exam :- 02 TIME :- 2 HOUR
❖ CHOOSE THE CORRECT OPTION FROM THE FOLLOWING:-
1.In KompoZer, which view helps those who are familiar with HTML?
(A) Preview (B) Normal (C) HTML Tags (D) Split
2. Which of the following statement/s is/are true for object oriented programming language?
(i) In it, focus is on writing functions or procedures. (iii) It uses object as its fundamental building block.
(ii) It enables the programmer to create modular, reusable and extendable code.
(A) Only (i) and (ii) (C) Only (i) and (iii)
(B) Only (ii) and (iii) (D) (i), (ii) and (iii)
3.Which element of HTML allows multi-line text input?
(A) Textarea (B) Password (C) Radio button (D) Checkbox
4.In which of the following methods is the data sent as a block through the HTTP transaction?
(A) SET (B) GET (C) Select (D) POST
5.Which attribute of the form element is used to specify where to send the form data when the form is submitted?
(A) Input (B) Textarea (C) Action (D) Method
6.In KompoZer, which menu option is used to open the file that has been opened recently?
(A) File → Open (B) File Recent Pages (C) File → Open Recent File (D) Open Recent File
7.Which type of input element is generally used to select multiple items from a given group of items?
(A) Radio button (B) Submit (C) Checkbox (D) Text
8.What will be the output of isNaN("IPL2024")?
(A) True (B) False (C) Error (D) No output
9.Which tab of CSS Stylesheets dialog box will show the CSS code that is generated?
(A) Text (B) General (C) Sheets and Rules (D) Lists
10.Which part of CSS syntax is the HTML element on which we want to apply the style?
(A) Property (B) Value (C) Selector (D) Declaration
11.Which button in the CSS Stylesheets dialog box should be clicked to create the style rule for the selected element?
(A) Create a new (B) Internal Stylesheet (C) General (D) Create Style rule
12.Which scripting language allows adding programming aspects to web pages?
(A) CSS (B) JavaScript (C) HTML (D) KompoZer
13.Which JavaScript event occurs when an element like a radio button becomes inactive?
(A) abort (B) change (C) blur (D) focus
14.Which of the following is a reusable block of code that performs a particular task?
(A) Event (B) Variable (C) if statement (D) Function
15.In KompoZer, which dialog box opens when we click on Insert → Table option in the menu?
(A) Image Properties (B) Insert Table (C) Table Properties (D) Publish Page
16.Which kind of content provides an overview of the site, organization, products, services, and other items?
(A) Incomplete (B) General (C) Detailed (D) Irrelevant
17.Which option in the Table Properties dialog box is used to specify the gap between cells?
(A) Size (B) Caption (C) Spacing (D) Padding
18.In the Image Properties dialog box, where can alternate text be specified?
(A) Location (B) Dimensions (C) Appearance (D) Link
19.Which menu option in KompoZer is used to give a suitable color to the text?
(A) Text → Color (B) Color → Text (C) Format → Font Color (D) Format → Text Color
20.Which element is used to create a drop-down list or menu in a form?
(A) GET (B) Input (C) Textarea (D) Select
21.Which type of <input> element is generally used to select a single item from a group in HTML forms?
(A) Radio (B) Checkbox (C) Password (D) Submit
22.Which tab of the KompoZer Image Properties dialog box specifies alternate text?
(A) Location (B) Dimensions (C) Appearance (D) Link
23.Which menu option in KompoZer allows adding suitable colors to text?
(A) Text → Color (B) Format → Font Color (C) Color → Text (D) Format → Text Color
24.Which command of R software is used to access online help?
(A) help.start() (B) demo() (C) help(function name) (D) help()
25.Which LaTeX command generates a set union symbol?
(A) \cup (B) \set union (C) \cap (D) \union
26.What is the full form of IDE?
(A) Internal Development Environment (B) Integrated Development Environment
(C) Interactive Design Environment (D) Interface Design Editor
27.Which of the following best describes Polymorphism in object-oriented programming?
(A) Data encapsulation (B) Many forms (C) One-to-one mapping (D) Message passing
28.Which menu in KompoZer provides a drop-down list for field "City"?
(A) Form → Drop Select List (B) Form → Drop Down List
(C) Form → Selection List (D) Form → Input Field
29.Which of the following is an Object-Oriented Programming (OOP) principle?
(A) Encapsulation, Inheritance, Polymorphism, Abstraction (B) Data sharing, Inheritance, Polymorphism
(C) Compilation, Aggregation, Polymorphism (D) Composition, Encapsulation, Messaging
30.Which method of the Scanner class returns true if a token exists in the input?
(A) hasNext() (B) next() (C) readNext() (D) scanNext()
31.What is the default HTTP method for form submission?
(A) POST (B) GET (C) SET (D) RESET
32.In Java, which symbol represents logical XOR?
(A) & (B) | (C) ^ (D) !
33.Which of the following internet security threats refers to unauthorized data interception?
(A) Sniffing (B) Spoofing (C) Malware (D) Cyber vandalism
34.Which Java method of the Date class returns milliseconds since January 1, 1970?
(A) getTime() (B) toString() (C) setTime() (D) compareTime()
35.Which OOP concept allows a new class to inherit from an existing class?
(A) Encapsulation (B) Inheritance (C) Polymorphism (D) Abstraction
36.In Java, what is the result of 8 % 3?
(A) 1 (B) 2 (C) 3 (D) 0
37.Which Java keyword is used to refer to a superclass constructor?
(A) super (B) extends (C) this (D) base
38.What is the default data type of a floating-point literal in Java?
(A) float (B) double (C) long (D) short
39.In Java, which block always executes regardless of whether an exception occurs?
(A) try (B) catch (C) finally (D) throw
40.Which tab in KompoZer's CSS Stylesheet dialog box allows setting a background image?
(A) General (B) Background (C) Border (D) Padding
41.Which LaTeX command is used for bold text?
(A) \textbf (B) \bold (C) \btext (D) \boldtext
42.Which type of polymorphism is achieved through method overloading?
(A) Compile-time (B) Run-time (C) Abstract (D) Dynamic
43.In KompoZer, which dialog box is opened by selecting Form → Text Area?
(A) Form Field Properties (B) Text Area Properties (C) Text Area Options (D) Advanced Edit
44.Which Java keyword is used to declare a constant?
(A) const (B) static (C) final (D) immutable
45.What is the purpose of the instance of operator in Java?
(A) Check instance type (B) Cast objects
(C) Create new objects (D) Access object methods
46.Which element in HTML is used to create a table row?
(A) <td> (B) <tr> (C) <th> (D) <table>
47.Which of the following indicates a successful execution in Java?
(A) Exit code: 0 (B) Exit code: 1 (C) Exit code: -1 (D) Exit code: 2
48.Which class in Java encapsulates file and directory properties?
(A) java.io.File (B) java.lang.File (C) java.util.File (D) java.net.File
49.What is the primary objective of G2C business models in E-Commerce?
(A) Enhanced business interactions (B) Citizen services
(C) Consumer auctions (D) Government revenue
50.Which HTTP method has no restrictions on data length?
(A) GET (B) PUT (C) POST (D) PATCH
51.Which of the following LaTeX environments is used for numbered lists?
(A) itemize (B) enumerate (C) description (D) numberedlist
52.What does JVM stand for?
(A) Java Virtual Machine (B) Java Volatile Memory
(C) Java Variable Manager (D) Java Version Module
53.Which of the following is an example of a C2C business model?
(A) eBay (B) Amazon (C) Flipkart (D) Paytm
54.Which protocol secures web transactions on the internet?
(A) FTP (B) SSL (C) HTTP (D) TCP/IP
55.Which attribute of the form element specifies the method of data submission?
(A) action (B) method (C) enctype (D) input
56.Which kind of Java variables are allocated memory from the heap when an object is created?
(A) Local variables (B) Class variables (C) Instance variables (D) Static variables
57.Which LaTeX document class is used for creating presentations?
(A) book (B) slides (C) beamer (D) article
58.Which part of a Java program reclaims memory used by unused objects?
(A) Garbage Collector (B) Memory Manager (C) Heap Allocator (D) Runtime Engine
59.Which of the following is a scripting language used to enhance web interactivity?
(A) CSS (B) JavaScript (C) PHP (D) HTML
60.Which Rational Plan product manages interdependencies between projects?
(A) Rational Plan Multi (B) Rational Plan Single (C) Rational Plan Viewer (D) Rational Plan Pro
61.Which tab in KompoZer allows the user to view the HTML source?
(A) Design (B) Source (C) Preview (D) Split
62.What is the default view in Google Maps?
(A) Satellite view (B) Map view (C) Terrain view (D) Realistic view
63.Which of the following file types is a Java compiled class file?
(A) .java (B) .class (C) .jar (D) .exe
64.What is the full form of PDA?
(A) Personal Digital Assistant (B) Public Device Access (C) Personal Data Archive (D) Portable Device Adapter
65.Which LaTeX command denotes a non-breaking space?
(A) % (B) ~ (tilde) (C) \space (D) {}
66.Which element of KompoZer provides a WYSIWYG interface?
(A) Site Manager (B) Composition Toolbar (C) Edit Toolbar (D) Design Mode
67.Which method of the Java File class returns the absolute path of a file?
(A) getPath() (B) getName() (C) getAbsolutePath() (D) getCanonicalPath()
68.Which programming concept enables the creation of abstract classes?
(A) Inheritance (B) Polymorphism (C) Abstraction (D) Encapsulation
69.Which R command displays a list of user-defined variables?
(A) var() (B) ls() (C) list() (D) variables()
70.Which of the following HTML elements is used to create a checkbox?
(A) <input type="text"> (B) <input type="radio">
(C) <input type="checkbox"> (D) <input type="submit">
71.Which web editor was initially started as an HTML/CSS editor and has now grown into an editor for many XML-based systems?
(A) Amaya (B) Aptana Studio (C) BlueGriffon (D) KompoZer
72.From which of the following websites can the free open-source editor BlueGriffon be downloaded?
(A) www.bluegriffon.com (B) www.bluegriffon.org
(C) www.bluegriffon.co.in (D) www.bluegriffon.net
73.Which of the following file names is the home page of the website saved as?
(A) first.html (B) home.html (C) index.html (D) one.html
74.What can be defined as buying and selling products, services, and information using electronic media like the internet?
(A) Webpage (B) Home Page (C) Business model (D) E-Commerce
75.Which E-Commerce business model involves reverse auctions where the consumers determine the prices of products or services?
(A) C2B (B) C2C (C) B2B (D) G2C
76.Which of the following is a disadvantage of E-Commerce?
(A) Privacy (B) Improved customer service (C) Speed (D) Conducts business 24 x 7
77.Which of the following is a feature of traditional commerce?
(A) Goods are delivered to the customer within a few days. (B) Reduces the per transaction cost.
(C) Hiring of salespersons, sales managers, and more. (D) Advertising of the product is done electronically.
78.Which business model’s objective is to provide good and effective services to individual citizens?
(A) G2B (B) G2C (C) G2G (D) B2C
79.Which of the following is the proper example of a C2B business model?
(A) flipkart.com (B) eBay.com (C) tradeindia.com (D) JeetLe.in
80.Which E-Commerce service is used by many organizations to provide downloadable forms for easy access?
(A) Support services (B) Information services (C) Net Banking (D) Online Billing
81.Which internet security threat affects a network, sends messages through email, and steals information or causes more damage
by deleting files?
(A) Malicious code (B) Spoofing (C) Cyber vandalism (D) Sniffing
82.What is the most commonly used network protection barrier between a company's network and the outside world?
(A) Antivirus software (B) Firewall (C) Cryptography (D) Digital certificate
83.Which of the following is the process of hiding information within other information?
(A) Steganography (B) Digital watermarking
(C) Secure Socket Layer (SSL) (D) Trademark
84.Which security aspect of E-Commerce refers to the secrecy of information so that unauthorized users cannot read it?
(A) Non-repudiation (B) Confidentiality (C) Authorization (D) Integrity
85.Which of the following is used to distinguish objects from each other?
(A) State (B) Behaviour (C) Attributes (D) Method
86.In a Class diagram, which of the following symbols represent 'Protected' visibility?
(A) - (B) + (C) # (D) *
87.Which of the following is a technique that relies on the separation of interface and implementation?
(A) Encapsulation (B) Data Abstraction (C) Inheritance (D) Aggregation
88.Which of the following relationships is represented by Aggregation or Composition?
(A) is-a-kind-of (B) has-a (C) is-a (D) a-set-of
89.Which feature of object-oriented programming allows us to build new classes with added capabilities by extending existing ones?
(A) Aggregation (B) Inheritance (C) Polymorphism (D) Composition
90.How many bytes are occupied by the 'double' data type in Java?
(A) 1 (B) 2 (C) 4 (D) 8
91.Which symbol represents logical NOT in Java?
(A) && (B) || (C) ^ (D) !
92.In Java, which method is used to transfer control outside a loop structure?
(A) if (B) default (C) case (D) break
93.Which method of the Java FileReader class reads the next available character from the stream?
(A) int read() (B) int read(byte[] b) (C) int readNext() (D) int Nextread()
94.In Java, which of the following exception classes handles attempts to access a non-existing file?
(A) NullPointerException (B) FileNotFoundException
(C) ArithmeticException (D) PrinterIOException
95.Which LaTeX package includes features for inserting programming code into documents?
(A) easylist (B) setspace (C) proglist (D) listings
96.Which command of LaTeX is used to print the mathematical symbol ≠?
(A) \neq (B) \eq (C) \eqn (D) \hash
97.Which function in 'R' software finds the minimum value from a given list?
(A) mini(list) (B) min(list) (C) max(list) (D) mean(list)
98.What is the most common archive format on Linux systems?
(A) zip (B) tar (C) gzip (D) png
99.Which menu option in VLC Media Player is used to open the playlist?
(A) View → Playlist (B) Media → Save Playlist to File
(C) Open → Playlist (D) Playlist → View
100.In HTML forms, which method allows only a limited amount of information to be sent at a time?
(A) NET (B) SET (C) POST (D) GET