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.
| 14351. |
Is it possible to capture on screen print with a key on the keyboard? |
|
Answer» ANSWER: yes Explanation: |
|
| 14352. |
How software controls the hardware? |
|
Answer» Answer: Software is stored in the hardware as magnetic domains on the HARD DRIVE or floppy DISC, or as low and high voltages in COMPUTER chips. When you type on a keyboard, each character is converted into an electrical series of 0's and 1's which are then stored as low and high voltages in the computer chips called RAM.Explanation: mark me and follow me |
|
| 14353. |
1. Write any three uses of computer in Bank. |
|
Answer» Explanation: BANKS USE a wide range of computers to carry out regular, day-to-day OPERATIONS. Computers allow banking PERSONNEL to efficiently carry out transactions, process customer needs, forecast future trends, prepare internal and external reports, communicate with key participants and generate profits. |
|
| 14354. |
FILMORA IS BETTER OR SONY VEGAS PLEASE ANSWER |
|
Answer» Answer: Its "your choice" If you like filmora use it Explanation: If your video is meant to deliver INFORMATION and don't need heavy editing then Wondershare Filmora is just enough. The interface is neat and easy to understand so anyone with no experience in video editing can START their first video editing using Wondershare Filmora without much struggle. If your video is to show creativity in video editing and you want to use tons of effects, you can go for Sony Vegas. It has many features that allow you to edit your videos and made a SIMPLE VID looks like a sci-fi movie. But using Sony Vegas requires basic video editing skills. If this is your first time editing video, I don't recommend Sony Vegas for you. The first time I used it (without any skills and much knowledge about video editing), I was so frustrated that I don't think video editing is for me. |
|
| 14355. |
What are the main. components of communication |
|
Answer» Answer: A basic COMMUNICATION model CONSISTS of five components: the SENDER and receiver, the medium that carries the message, contextual factors, the message itself, and feedback. To TARGET your messages effectively, you need to consider the VARIABLES that can affect each of the components in the model. |
|
| 14357. |
Write the importance of communication skills |
|
Answer» Answer: Importance of communication skills •Valued in the workplace. ... •In demand by BUSINESSES. ... •Helps your CAREER progression. ... •Allows you to SPEAK concisely. ... •Builds better rapport with customers. ... •Influences how you learn. ... •Enhances your professional image. ... •Other benefits of effective communication. PLEASE MARK AS BRAINLLIST ANSWER AND FOLLOW ME |
|
| 14359. |
_______ spans from several blocks of buildings to the entire city. |
|
Answer» Answer: skybag, skybridge here is YR answer PLEASE MARK AS BRAINLLIST ANSWER AND FOLLOW ME |
|
| 14360. |
Please answer this Adobe CS5 question. |
|
Answer» Answer: to keep COLOUR POLICIES for a long time Explanation: because some HACKER may hack it and can steal your useful INFORMATION and DATA |
|
| 14361. |
Chief minister of Andhra Pradesh |
|
Answer» Answer: JS Jaganmohan Reddy Explanation: |
|
| 14362. |
Add them by binar method class 11(97)10+(83)10(73)10 +(27)10(47)10+(33)10 |
|
Answer» Explanation: 97+10+83+10+73+10+27+10+47+10+33+10 = 420 |
|
| 14363. |
All mathematical functions in Ms Excel |
|
Answer» Answer: SUM(): This function is USED to adds all the VALUES within a cell range. Syntax: sum(cell ADDRESS : cell address) Example: sum(C1:C3)=15. ... Example: sum(4,5,6)=15. SUMIF(): ... Syntax: SUMIF( range,criteria) ... AVERAGE(): ... COUNT() Explanation: hope it is helpful Mark as brainliest?!!!?!?! |
|
| 14364. |
Which button on the keyboard helps you to select items in a group? |
|
Answer» Explanation: If you WANT to select ITEMS that are adjacent, you can USE the SHIFT key. Click the first item, then press the SHIFT key and hold it. Click the last item and release the SHIFT key. To select adjacent items, you can also use the mouse. |
|
| 14365. |
Write a program in java to accept a string in lower case and change the first letter of every word to upper case.Display the new string.Sample input : We are in cyber worldSample output : We Are In Cyber World |
|
Answer» // JAVA program to convert first character // uppercase in a sentence class GFG { static String convert(String STR) { // Create a char array of given String char ch[] = str.toCharArray(); for (int i = 0; i < str.length(); i++) { // If first character of a word is found if (i == 0 && ch[i] != ' ' || ch[i] != ' ' && ch[i - 1] == ' ') { // If it is in lower-case if (ch[i] >= 'a' && ch[i] <= 'z') { // Convert into Upper-case ch[i] = (char)(ch[i] - 'a' + 'A'); } } // If apart from first character // Any one is in Upper-case else if (ch[i] >= 'A' && ch[i] <= 'Z') // Convert into Lower-Case ch[i] = (char)(ch[i] + 'a' - 'A'); } // Convert the char array to equivalent String String st = new String(ch); return st; } public static void main(String[] args) { String str = "Mark as brainliest "; System.out.println(convert(str)); } } |
|
| 14366. |
Which button on the keyboard allows to select non adjacent items? |
|
Answer»
CLICK on the FIRST item and then press shift key. and SELECT the NON ADJACENT items. plz mark it as brainliest
|
|
| 14367. |
What is the extension of File produced by compiler on Windows? |
|
Answer» .EXE Explanation: The file that is produced by a COMPILER on windows will have .exe as the extension. (.exe) MEANS executable file. |
|
| 14368. |
PLEASE HELP ME TO SOLVE THIS PROBLEM.IF ANY ONE GAVE ANSWER I WILL MARK IT BRAINLIEST ANSWER. |
|
Answer» On CREATING a NEW table, the default field is ID and the data TYPE is Auto number Hope it helps mark as BRAINLIEST |
|
| 14369. |
How many tabs are there in insert table dialogue box of kompozer |
|
Answer» Answer: 2 TWO tables Explanation: The Table Properties DIALOG box CONTAINS two TABS: Table and Cells. Click the Table tab to edit these properties: Size: USE this to specify the number of rows and columns. |
|
| 14370. |
What isWhat is the extension of File produced by compiler on Windows? the extension of File produced by compiler on Windows? |
|
Answer» What is the extension of files produced by COMPILERS on WINDOWS: .exe is the extension produced by compiler on Windows. It can also have no extension, e.g.(UNIX) |
|
| 14371. |
Pleaseeeeeeeeee fastttwhich is not a correct type of computerWorksheetMiniFrameComputerSuperComputerPersonalComputer |
|
Answer» Mini FRAME computer because it is Mini computer not mini frame computer mate. |
|
| 14372. |
Freeing memory using free() does not set the pointer to NULL |
|
Answer» yes Explanation: |
|
| 14373. |
Explain types of privacy |
|
Answer» It includes “aggregation” (where data is combined), “identification” (where data is CONNECTED to an individual), “secondary use” (where data is used for a REASON other than was intended), “exclusion” (where data isn't revealed to the PERSON it was collected from), and “insecurity” (where data is leaked). |
|
| 14374. |
What is the option in excel extract data based on condition |
|
Answer» DYNAMIC Excel Filter – Extract Data as you type. Dynamic Search in Excel USING Conditional Formatting. Create Dynamic DROP Down with ... |
|
| 14375. |
What we build to extract or display data in a database based on the requirement |
|
Answer»
Input: Getting Data from the User to the COMPUTER. Some input data can go directly to the computer for PROCESSING. ... In EITHER case the task is to GATHER data to be processed by the computer ometimes CALLED raw data and convert it into some form the computer can understand. |
|
| 14376. |
What is the role a notification area? |
|
Answer» The NOTIFICATION area which is also called the "system tray" is located in the Windows Taskbar, usually at the bottom right corner. It CONTAINS miniature ICONS for easy access to system functions such as antivirus settings, printer, MODEM, sound volume, battery STATUS, and more. HOPE IT HELPS. PLEASE MARK ME BRAINLIEST AND FOLLOW ME. |
|
| 14377. |
Dora is so much interested in gardening and hence she plants more trees in her garden. She plants trees in a rectangular fashion with the order of rows and columns and numbers the trees in a row-wise order. She planted the mango tree only in the 1st row, 1st column and last column. So, given the tree number, your task is to find out whether the given tree is a mango tree or not? Now, write a c++ program to check whether the given number denotes a mango tree or not. |
|
Answer» it will be a MANGO tree as in FIRST LINE there will be a mango tree as we will follow it like from first line so we will consider it like on all the first line there will be a mango tree. |
|
| 14378. |
Explain the mechanism available for handling xml in php |
|
Answer» Answer: PHP 5's new SIMPLEXML module makes parsing an XML DOCUMENT, well, simple. It turns an XML document into an object that provides STRUCTURED access to the XML. To create a SimpleXML object from an XML document stored in a string, pass the string to simplexml_load_string( ). It returns a SimpleXML object. MARK ME PLEASE PLEASE I BEG U |
|
| 14379. |
What expands the clipboard functionality of an OS |
|
Answer» Answer: What is a clipboard : A clipboard is an SPACE in computer which stores data when the data is to be copied, PASTED or cut. A clipboard generally cannot contain more than 24 contents but this can be EXTENDED with clipboard manager. Clipboard manager: A clipboard manager can be developed by PROVIDING a large buffer for large amount of data storage. The clipboard manager also enhances the features of cut, copy and paste. The features of the clipboard manager are:
There are many more features and this is done with Linux |
|
| 14380. |
The main storage of your computer is hard disk TRUE OR FALSE? |
| Answer» | |
| 14381. |
Provide detailed description of Pipeline Control Logic in the context of four control cases.[5 Marks] |
|
Answer» Answer: The four control cases in PIPELINE architecture are : 1. Processing ret: The pipeline must STALL until the ret INSTRUCTION reaches the write-back stage 2. Load/user hazards: The pipeline must stall for one cycle between an instruction that reads a value from memory and an instruction that uses this value. 3. Mispredicted branches: By the time the branch logic detects that a jump should not have been taken, several instructions at the branch target will have started down the pipeline. These instructions must be removed from the pipeline. 4. Exceptions: When an instruction causes an exception, we want to disable the updating of the programmer-visible state by later instructions and halt execution once the excepting instruction reaches the write-back stage. You can get detailed information about them in the book COMPUTER SYSTEMS A Programmmer's PERSPECTIVE by Randal E.Bryant David R.O'Hallaron Good Luck |
|
| 14382. |
Table name and Query name cannot be same True or False? |
Answer» AnswerFalse I THINK it is helpfull for your please FOLLOW me |
|
| 14383. |
You can add calculated field in a query? True or False |
|
Answer» FALSE. PLZZZ MARK as BRAINLIEST |
|
| 14384. |
What are data hazards ? Enumerate different classes of data hazards and how they can be tackled in a pipelined processor architecture design. [5 Marks] |
|
Answer» Answer: Hope this helps. Please follow me and mark as BRAINLIEST! :):) Explanation: Data hazards occur when the pipeline changes the order of read/write ACCESSES to operands so that the order DIFFERS from the order seen by sequentially EXECUTING INSTRUCTIONS on the unpipelined machine. There are three classes of hazards: Structural Hazards. They arise from resource conflicts when the hardware cannot support all possible combinations of instructions in simultaneous overlapped execution. Data Hazards. ... Control Hazards. |
|
| 14385. |
If I want to add a printer, which menu should I go to? |
|
Answer» then GO to CONTROL PANEL............ ... |
|
| 14386. |
Dash key is used to move to the first call of the topmast row |
|
Answer» Arrow KEYS or cursor movement keys are buttons on a computer keyboard that are either ... Moving text cursor to the right, left, previous line and next line; Moving ... These MACHINES had NUMBER keys on the top row and various SECONDARY ... Dark CASTLE (1986) may be the first game to use WASD keys and mouse for control. |
|
| 14387. |
What is the point of locking your computer before leaving your workstation? |
|
Answer» ANSWER:The Importance of Locking Your Computer Leaving your computer UNLOCKED while you're away from your desk leaves all of that sensitive INFORMATION available to whoever walks past. If they GAIN access to your computer, they may be able to SHARE, modify, and remove data from your computer Explanation: |
|
| 14388. |
5. Explain tag with example. |
|
Answer» Answer: The HTML |
|
| 14389. |
3. What is the use of slide design option? |
|
Answer» Answer: The Design IDEAS feature in MICROSOFT POWERPOINT 2019 examines the content of a selected slide and offers you a variety of design CHOICES based on what it finds. To use this feature, simply select a slide that you THINK needs some improvement and click the Design Ideas button in the Design tab. |
|
| 14390. |
NCOC is nerve center to synergize and articulate unified national effort against COVID-19, and to implement the decisions of National Coordination Committee on COVID-19. The Centre is one window operation to collate, analyze and process information based on digital input and human intelligence across Pakistan through all Provinces, AJ&K, GB&ICT dedicated representatives and centers. Being a System analyst you are advised to design a full fledge system to properly manage the complete record of the COVID19 patients, test samples, hospital management and furthermore have complete record about covid19 vaccination details (i.e. list of registered persons, details of those who have vaccinated themselves and those who didn’t, a proper record of the vaccination delivered to each province etc.) The prior step is to gather all the important and relevant information related to NCOC (for information you can visit to official site of NCOC and collect info what they need to store for their system). For this purpose write a report which helps in development. The report must clearly answer the following question which includes in development life cycle such as:1. Clearly states the problem and purpose to design a database for NCOC2. Explain the scope & users of your system3. What sort of information you required to design relational DB 4. Explain which technique would you prefer for gathering information5. Which tool would you prefer for designing application & DB6. What type of testing would you prefer with proper reasoning |
|
Answer» PLEASE MARK as BRAINLIST BRO please mark as brainlist bro please mark as brainlist bro please mark as brainlist bro please |
|
| 14391. |
Q =Name and disribe Types of tabs? |
|
Answer» Answer: The 5 DIFFERENT types of tabs in Microsoft Word are:Left TAB StopRight Tab StopCentre Tab StopDecimal Tab StopBar Tab Stop Click the ruler at the exact SPOT where you want the tab stop set. Tabs. i hope it is helpful for you Pls Mark me in brainlist and LIKE thanks |
|
| 14392. |
I- Calculate the query cost of the given two relational queries.ii- Write SQL query for both relational queries.a) PNAME (((sCITY!= ‘Rawat’(Customer)) ⋉CID(Order)) ⋈OID(soquantity!=3 (Invoice)))b) PPrice(sP.PID=I.PID^O.OID=I.OID(((sPrice>30(Product)) x Invoice))x(soid!=3 (Order))) |
|
Answer» What's up Ha .... |
|
| 14394. |
Fill in the blank is Tab is the_that your cursor makes when you press tab |
|
Answer» KEY, button |
|
| 14395. |
State two ways of warm booting |
|
Answer» On a computer running Microsoft Windows, a warm boot can be accomplished by pressing the CTRL + Alt + Del KEYS SIMULTANEOUSLY or by selecting a restart OPTION within Windows. A warm boot is faster than TURNING a computer off, waiting, and then turning it back on again (cold boot). |
|
| 14396. |
B. Which software will you use to prepare an invitation? |
|
Answer» Answer: Adobe Spark as the best TOOL to make a professional and unique INVITATION, it is suitable both for newbies and more EXPERIENCED USERS. |
|
| 14397. |
A virtual memory system has an address space of 8K words, a memory space of 4K words, and page and block sizes of 1K words. The following page reference changes occur during a time interval. (Only page changes are listed. If the same page is referenced again, it is not listed twice).4 2 0 1 2 6 1 4 0 1 0 2 3 5 7Determine the four pages that are resident in main memory after each page referencechange if the replacement algorithm used is (i) FIFO (ii) LRU |
|
Answer» you can also use a variety to get your hands and your picture in your hands on your own home for a few YEARS and I have a LOT to OFFER for kids as I have been working with a lot more people in my FAMILY who have had some time table to do this and we are you able for it is a lot more important to me that children are you and the other people who have a |
|
| 14398. |
What are the different types of wire connectives |
|
Answer» and boderbank cable |
|
| 14399. |
Description: Dear StudentsDesign NOR base SR Flip flopin logic.ly website.Takescreenshot of circuit and alsocreate table of circuit and writesome detail explanation .Submitme in word format. |
|
Answer» Answer: edf Explanation:Description: Dear Students in logic.ly website.Take screenshot of CIRCUIT and also create table of circuit and write some DETAIL |
|
| 14400. |
What was basic unit of processing in 2nd generation |
|
Answer» Answer: 1.3.2 Second GENERATION Computers: Transistors (1956-1963) Solid-State COMPONENTS (transistors and diodes) and magnetic core storage formed the BASIS for the second generation of computers. Transistor is a device composed of semiconductor material that amplifies a signal or opens or CLOSES a circuit. |
|