InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 501. |
What are the advantages of electronic spreadsheet |
| Answer» | |
| 502. |
What is the use of ctrl +s? |
| Answer» save | |
| 503. |
Write the step to delete a sprite on the scratch stage |
| Answer» | |
| 504. |
What is goal |
| Answer» | |
| 505. |
match the following (numerical indicated descriptions with alphabetically indicated descriptions) |
| Answer» | |
| 506. |
What are functions?explain the diffeet type of functions |
| Answer» Functions are predefined formula..The types of functions are-SUMAVERAGE COUNTMAXMINIF | |
| 507. |
What is use of having folder in outlook? |
| Answer» | |
| 508. |
What is the difference between WAN and LAN except for its full forms ? |
|
Answer» WAN is wide area network and LAN is local area network wide area network spread across the city and country and LAN is spread only across a building or across a particular area.. WAN : it is a wide area network that is spread across countries and continents . It is spread over a large area. Example : internet LAN : it is local area network that is spread over an area of a large building or a colony . Example : bluetooth |
|
| 509. |
What is Operating system? Give 3 examples |
|
Answer» Operating systems act as a interface between the user and the hardware. Types of operating systens are linux , windows, android. It acts as interface between user and hardware . It is type of system software. Example : windows , Linux , unix ,android . |
|
| 510. |
Computer system has a uint which displays |
| Answer» | |
| 511. |
What is touch typing? |
| Answer» Touch typing (also called touch type or touch keyboarding) is a style of typing without looking. Although the phrase refers to typing without using the sense of sight to find the keys | |
| 512. |
What is operations of computer fundamentals |
| Answer» | |
| 513. |
What is cell |
|
Answer» A cell is a rectangular box formed by the intersection of a row and a column. Structural and functional unit of life |
|
| 514. |
What is the full form of html,cdma,wifi,gsm ? |
|
Answer» html- hypertext markup language, cdma - code division multiple access, wifi- wireless fidelity, gsm- global system of mobile communications Wireless fidity full form of wifi Hyper text markup language |
|
| 515. |
What is a communication channel |
| Answer» It is a medium that carried message info. sent by receiver | |
| 516. |
What is the not a charactersticks of communication |
| Answer» | |
| 517. |
Write two difference between absolute and mixed reference. |
| Answer» absolute reference : it is used when we do not want to change the address of the cell on copying the formula to the another cell.mixed reference: it is the combination of relative and absolute reference in this type of reference either Way Or column has to be fixed. | |
| 518. |
How Make programming for movement in html |
| Answer» Use marquee tool | |
| 519. |
A computer network is used to share |
| Answer» Network to other computers | |
| 520. |
Which cable is better for long distence data transmission |
| Answer» | |
| 521. |
Create a workbook with file name New.XLS. Close the file. |
| Answer» | |
| 522. |
Difference between absolute & relative |
| Answer» Relative Position:\xa0Setting the top, right, bottom, and left properties of an element with\xa0position: relative;\xa0property will cause it to adjust from its normal position. The other objects or elements will not fill the gap.Syntax:\xa0position: relative;Absolute Position: An element with position: absolute; will cause it to adjust its position with respect to its parent. If no parent is present, then it uses the document body as parent.Syntax: position: absolute; | |
| 523. |
What are the other branches covered under ICT in addition to computer |
| Answer» | |
| 524. |
What are different types of tabs present in the bullet and numbering dialog box |
| Answer» | |
| 525. |
Scratch notes |
| Answer» Scratch is a fun programming language.It provides learning environment for kids.It allows the users to create games,stories and animation. Scratch is developed by the life long kinder garten research group in MIT media lab,U.S.A.FEATURE OF SCRATCH•It is a free and open source programming language.•It is easy to learn and write.•It can run on multiple platform or operating system such as windows,NAC,OS and linax.•It provides a graphical environment where the user can connect blocks of codes to create programs.DOWNLOADING SCRATCHGo to the official website of scratch i.e,http:II scratch.mit.edu/download.Then choose operating system and click on download link. | |
| 526. |
___________ identifies the data series in chart |
| Answer» | |
| 527. |
Write down the steps to insert a layout in a presentation |
| Answer» | |
| 528. |
Introduction of scratch |
|
Answer» PEN FEATUREThe pen feature allows you to draw differaent shapes.CREATING A SCRIPT TO DRAW DIAGRAM USING PEN FEATURETo draw a diagram using pen feature, follow the steps: -->Go to the file menu and select the New option. ->A new project opens.->Plan which type of diagram you have to draw. ->Now, drag the required blocks or command from blocks palette to the script pane.->Now, click the green flag to run the project. SAVING A SCRATCH PROJECT To save a project, follow the steps: -->Go to the file menu and select the Save option. ->The save project dialogue box appears.->Choose the location.->Type the name of the project in the file name box. ->Click Save button. Your project will be saved with the octension. sb2.OPERATING AN EXISTING SCRATCH PROJECT To open an existing scratch project, follow the steps: -->Go to the file menu and select the Open option. ->The open project dialogue box appears. ->Locate the project which you want to open.->Click the Open button. The selected project will be opened. FEATURE OF SCRATCHFollowing are the basic feature of scratch are:-•It is a free and open source programming language.•It is easy to learn and use.•It can run on multiple platform or operating system such as windows,NAC,OS and linaxDOWNLOADING SCRATCHGo to the official website of scrach,i.e,http:ll scratch.mit.edu/download.Then choose operating system and click on download link.INSTALLING SCRATCH->Go to the download folder.->Double click on scratch application.->Click on continue button of Application Install dialogue box.->After installation,a shortcut will be appear on the screen.GETTING STARTED SCRATCH->Double click on the shortcut icon of scratch on desktop OR,Click on start buttton then select scratch.DRAGGING AND DROPPING COMMAND->To create script,we need to drag the blocks or command from the block palettes to the script pane.We need to click blocks and drag over it.SCRIPTA script is a collection of blocks or commands which are interlocked with one another.CREATING A SIMPLE SCRIPT->Go to the file menu and select New option to create new project.->From the Event category,drag the(when clicked) block to the script pane.->From the motion category,drag the(Move steps) block to the script pane.->From the sound category,drag the(play sound) block to the script pane.->Click on the green flag to run the script.REPORTING BLOCKS OF COMMANDS->From the control category,drag the(repeat) block into the script pane and change how many times it repeats.->Click on green flag to run the script.X-Y PLANEThe sprite moves on the stage.To talk about the position of the stage,we use x-and y-coordinates.The x-axis runs from left to right,while the y-axis runs from bottom to top.CREATING A SCRIPT TO MOVE THE CAT(SCRATCH NOSCAT)To create a script to move the cat,follow the steps:-->Go to the file menu and select New option to create new project.->Now,drag this following blocks or commands from block palette to the script pane.->Now,click the green flag to run te project. Scratch is a fun programming language. It provides a learing environment for kids. It allows the users to create games,stories and animations. Scratch is developed by the lifelong kindergarten Research group at MIT media lab , U.S.A |
|
| 529. |
What is Internate? |
| Answer» internate is a wireless network which spread through place to place | |
| 530. |
Some examples of spyware |
| Answer» | |
| 531. |
Describe me how to make program in Python |
| Answer» | |
| 532. |
Describe me about how to make program in Python |
| Answer» | |
| 533. |
Who is father of computer ? |
|
Answer» Charges Babbage Charles babbage Charles Babbage Charles Babage. Charles babbage |
|
| 534. |
What is extension |
| Answer» it\'s just an extension which is extended to something | |
| 535. |
What is operating system? |
| Answer» A program that acts as an intermediary between a user of a computer and the computer hardware | |
| 536. |
Volatile non voltile |
| Answer» Volatile means temporary like RAM and non-volatile means permanent like ROM | |
| 537. |
What is the file extension given to a calc spreadsheet |
| Answer» .xlx | |
| 538. |
What is ISP |
|
Answer» It means Internet Service Provider It is an internet service provider |
|
| 539. |
Explain ossies application of computer today |
| Answer» | |
| 540. |
What is the extension of the impress presentation? |
|
Answer» .PPT . ppt .ppt |
|
| 541. |
What is computee |
|
Answer» A computer is an electronic machine that takes instructions from input unit,store it,process it and give its result through output unit. CommonlyOperatingMachineParticularUsed forTechnologycal andEducationalResearch |
|
| 542. |
The addressing of a cell in a formula is called.???? |
| Answer» Cell adddes | |
| 543. |
Give some shortcuts of ms excel |
| Answer» | |
| 544. |
How we can create links |
| Answer» | |
| 545. |
Which element used in HTML to display items in a specific order |
| Answer» | |
| 546. |
Who invented c++and when,why |
| Answer» Turbo c++ was invented in Boral on May 1990 for Microsoft Operating system | |
| 547. |
What are various threats to computer security and privacy |
| Answer» Adware, Spyware,Botnet , Hacking,Priacy, Online predators and Spam etc. | |
| 548. |
What is sorting |
| Answer» Arranging of data in ascending or descending order | |
| 549. |
Difference between standard software and customized software |
| Answer» Standard software is defined as a prefabricated product. In contrast to this is the custom software (also called individual software or custom applications), which is specially developed for a customer. | |
| 550. |
Types of hardware |
|
Answer» Computer,scanner,pinter,mouse Input device Out put device |
|