SET -1
1. Define Open Source Software.
Ans.
Open-source software is a type of computer software in which source code is released under a license in which the copyright holder grants users the rights to use, study, change, and distribute the software to anyone and for any purpose
2.Define web
browser with an example?
Ans.
A web browser is application software for accessing the World Wide Web. Example. Google Chrome
3. Mention
any two singular tags.
Ans. <hr>, <br>
4. Write the
syntax of MID$ function?
Ans.
MID$(N$, I, X)
where N$ is a particular string, I is the start value of loop and X is the number of characters to extract.
5. Name any
two loops used in QBASIC.
Ans. FOR...NEXT loop, While... Wend loop
6.Write the
functions of Marquee tools in Photoshop.
Ans. Marquee tool enables the selection of particular portion of image.
7.Write any
two rules while writing numeric constants.
Ans.
i. Number with comma is not allowed.
ii. Special character is not allowed.
8. Define symbolic constant.
Ans. Symbolic constant is a variable name that represents one and only value.
9.What is
string concatenations?
Ans. The technique of merging two different string to one string is called string concatenations.
10.What is
arithmetic expression?
Ans. The expression responsible for normal mathematical calculations is called arithmetic expression.
11.Write the
functions of Text tool in Photoshop.
Ans. Text tool allows to write the text in image.
12.Write any
two rules while writing variable name.
Ans.
i. Variable name length must be between 1 to 40 characters.
ii. It should start with alphabet.
13.Define
numeric constant.
Ans. The numeric value that remains unchanged throughout a program is called numeric constant.
14. What do
you mean by palindrome string?
Ans. The string whose result is same either read from front to back or back to front is called palindrome string.
15. What is
logical expression?
Ans. The expression that deals with the logic of Boolean ie, true or false is called logic expression.
16.Define
Operating System.
Ans. The operating system is a system software that provides an interface for user to interact with system and is responsible for overall functionality of a computer system.
17. List any
two examples of secondary storage media.
Ans.
i. Pendrive
ii.HDD
18. When and
who developed HTML?
Ans. Tim Berners Lee developed HTML in 1990.
19. Mention
any two singular tags.
Ans. <hr>, <br>
20. Define
variables?
Ans. Variable refers to the identifier whose value can be changed by the user whenever needed by the user.
21.List any
two symbols of flowchart with appropriate meaning.
Ans.
22. State
different units of storage in computer.
Ans.
bit, Nibble, Bytes, Kilobyte, Megabyte etc.
23.Define the
term “GIGO”.
Ans. The concept in computer based on the fact that useless input produces useless output is known as GIGO.
24. What do
you mean by HTML?
Ans. The HyperText Markup Language, or HTML is the standard markup language for documents designed to be displayed in a web browser.
25. What is
Internet of Things?
Ans. he Internet of things describes the network of physical objects that are embedded with sensors, software, and other technologies for the purpose of connecting and exchanging data with other devices and systems over the Internet
26. Give any
two examples of markup languages.
Ans.
i. XML
ii. HTML
27. What is the difference between SRAM and DRAM?
Ans.
SRAM does not need to be refreshed periodically whereas DRAM needs to be refreshed periodically.
28. Mention the types of lists in HTML.
Ans.
i. Ordered list
ii. Unordered list
29. Write one feature of QBASIC.
Ans.
QBAISC is a high level programming language.
SET -2
No comments:
Post a Comment