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.
| 8701. |
Who is the made world's first Video Game ????? |
|
Answer» In October 1958, Physicist William Higinbotham CREATED what is thought to be the first VIDEO game. It was a very SIMPLE tennis game, similar to the CLASSIC 1970s video game Pong, and it was quite a hit at a Brookhaven NATIONAL Laboratory open house. |
|
| 8702. |
Does engineer remember what they have study in university or they forgot |
|
Answer» Answer: The DESIGN thinking PROCESS is broken up into FIVE SPECIFIC design thinking stages: EMPATHY, definition, ideation, prototyping, and testing |
|
| 8703. |
Push (10), Push (20), Pop, Push (10), Push (20), POP, Pop, Pop2x Implement a "c" program to stack size - 8 forPugh (20), Pop & draw final output. |
|
Answer» is this a COMPUTER CODING or something didn't understand the QUESTION |
|
| 8704. |
Implement a"c" program to stack size - 8 forPush (10), Push (20), Pop, Push (10), Push (20), POP, POP, Pop,Pugh (20), Pop & draw final output. |
|
Answer» Program: #include int SIZE = 8; int stack[8]; int top = -1; void Pop() { if(top == -1) { PRINTF("COULD not retrieve DATA, Stack is empty.\N"); } else { printf("Data Popped : %d \n" , stack[top]); top = top - 1; } } void Push(int data) { if(top == SIZE) { printf("Could not insert data, Stack is full.\n"); } else { top = top + 1; stack[top] = data; } } void display() { if(top == -1) { printf("Could not retrieve data, Stack is empty.\n"); } else { for(int i = 0 ; i <= top ; i++) { printf("%d" , stack[i]); } } } int main() { Push(10); Push(20); Pop(); Push(10); Push(20); Pop(); Pop(); Pop(); Push(20); Pop(); display(); return 0; } Output: Data Popped : 20 Data Popped : 20 Data Popped : 10 Data Popped : 10 Data Popped : 20 Could not retrieve data, Stack is empty. |
|
| 8705. |
_________ view is used to change the form design , apperance and size of various controls |
|
Answer» LAYOUT view FOLLOW ME... MARK ME..... |
|
| 8706. |
The shortcut for cut command is________. |
|
Answer» Explanation: The modern PERIODIC table has been divided into (a) seven PERIODS: THREE short and four long (b) nine periods : six short and three long (c) eighteen periods : TEN short and eight long (d) nine periods from zero to VIII |
|
| 8707. |
Email is more effective than a letter. share your point of view? |
|
Answer» Answer: Email is indeed more effective than a letter by these ways: 1 Fast mode 2 LESS grammatical mistakes 3 No need of paper so less chance of loosing it 4 Written through typing so saves energy 5. Saves time 6 Saves money as ticket is not required and is cheap 7 EMAILS can be sent 24 hours a day, 365 days a year 8 ECO friendly Explanation:Please mark me as brainleist. |
|
| 8708. |
Email is more effective than letter writing share your point of view |
|
Answer» Answer: Answer:EMAILS are easy, cheap and a LOT quicker way to communicate. You can communicate more frequently by email and you can WRITE to more than one person at the same time. ALSO, it's easy to attach photographs and pictures to an email. What's more, you can EVEN answer between the lines of the other person's message. |
|
| 8709. |
The Gerund by an Infinitive and Vicin the following1. To reign in hell is better than to serve iActivitye Versa 4• Replacen heaven.2. To write a book is not an easy affairs. |
|
Answer» ggdsersudw uoteyiph FC he. cfSxrssaqtadus sufzu |
|
| 8710. |
If the size of a STACK is “n” then the time complexity for pushing an item onto stack would be |
|
Answer» Explanation: |
|
| 8711. |
Draw adigital circuit for the functionF(x,y,z): Yz+xzusing NAND gates. |
|
Answer» Answer: PLEASE LIKE and SUBSCRIBE my new channel BRO act gaming channel on youtube please |
|
| 8712. |
(b) New clothes had never been made for Bholi. No one cared to mend or wash her clothes. Buttoday she was lucky to receive a clean dress which had shrunk after many washings and nolonger fitted. She was even balhed and oil was ruffed into her dry body and matted hair onlythen did she begin to believe that she was being taken to a place better than her home.(1) On that particular day why did Bholi get an oil massage and a bath?(i) To whom did the clean dress originally belong?(See Lesson 25) |
|
Answer» ANSWER 2- the CLEAN dress originally BELONGED to her sister Champa. hope it helps. plz MARK mine as BRAINLIEST. ^_^ |
|
| 8713. |
Which command is used to enter values, number or text during the execution of a program? |
|
Answer» Answer: A value is one of the fundamental THINGS — like a letter or a number — that a program manipulates. The values we have seen so far are 2 (the result when we added 1 + 1), and "Hello, World!". These values BELONG to different data types: 2 is an integer, and "Hello, World!" is a string, so-called because it contains a string of LETTERS. You (and the INTERPRETER) can identify strings because they are enclosed in quotation marks. The print statement also works for integers. >>> print 4 4 If you are not sure what type a value has, the interpreter can tell you. >>> type("Hello, World!") >>> type(17) |
|
| 8714. |
A __________ displays a set of records matching a certain criterion |
|
Answer» kfkrkefkisise Explanation: jhhhjkkksksdkfkk |
|
| 8715. |
Can you tell me about Galileo Galilei |
|
Answer» Galileo DI Vincenzo Bonaiuti de' Galilei was an Italian astronomer, physicist and ENGINEER, SOMETIMES described as a polymath, from Pisa. Galileo has been called the "father of observational astronomy", the "father of MODERN physics", the "father of the scientific method", and the "father of modern science". Wikipedia Born: 15 February 1564, Pisa, Italy Died: 8 January 1642, Arcetri Discovered: Ganymede, Europa, Io, Callisto, Rings of Saturn Known for: Analytical dynamics, Heliocentrism, Kinematics, Observational astronomy |
|
| 8716. |
Why CE configuration is most preferred as compared to CB &CC Configuration ? |
|
Answer» |
|
| 8717. |
Create a website for your school write down the HTML code in your Notebook. |
|
Answer» please mera YouTube channel subscribe kar do Mr A2Z technical then I Will follow you and mark as BRAINLIEST ANSWER and 20 THANK ❤️ please please please please please please please please |
|
| 8718. |
State and proove distributed law |
|
Answer» Answer: Distributive law, in mathematics, the law relating the OPERATIONS of multiplication and addition, stated symbolically, a(b + C) = ab + ac; that is, the monomial factor a is distributed, or separately applied, to each term of the BINOMIAL factor b + c, resulting in the product ab + ac. Explanation: HOPE IT HELPS...... |
|
| 8719. |
What is low level formatting in computers |
|
Answer» Answer: An initial formatting of a hard drive that INITIALIZES the PHYSICAL tracks on the surface or the internal disks. The drive manufacturer performs a low-level format on the hard drive before the drive is sold. A low-level format is not SOMETHING the owner of the drive needs to PERFORM |
|
| 8720. |
A simply supported beam AB of length 5 m is acted upon by a uniformly distributed load of 2 kN/m. The reactions at A and B respectively are |
|
Answer» Answer is 4KN , 6KN Explanation: |
|
| 8721. |
Write pseudo code to count occurrence of a given number inthe list for example, consider the following list, if user enters 5 then-536 8 15display"2 times"because "5" occurs 2 times in the list. |
|
Answer» Answer: |
|
| 8722. |
Please answer to these questions...Please give an equivalent answer. If you don't know the answer then please do not answer... No worthless answers expected nor required... please answer fast... |
Answer» Java expression for the following Expression:-
----------------------------------------Note:-
-----------------------------------------More Math FUNCTIONS:-
|
|
| 8723. |
Wap in java to display the given pattern:- |
|
Answer» freyyy27e7e8d8duduuujhhhbhhj |
|
| 8724. |
True and false of chapter forms in htmlThe input element sets up an area of the web page for a form.The simple HTML code contains only one elements. |
|
Answer» this is TRUE............ |
|
| 8725. |
The tag used in conjunction withtaga. & tag b. & tag c. c. & tagd. & tag |
|
Answer» zkursli5di5pdiyldlrusyrjyrisuofutkdtoufjloypgilpitr |
|
| 8726. |
The first generation computersused to shut down because of ……. |
|
Answer» Answer: The FIRST generation COMPUTERS USED to shut down because of use of large VALVES which consumed LOT of electricity. |
|
| 8727. |
1 RAM 2 ROM. 3 CU. 4 ALU. 5 MUQ 4 Write True or false1 The software is a set of Instructions2 The point program cantrol all the activitiesof a computer system3 The MS-Word is a system software4 The Window XP is an Operating system5The Application software help in doing somespecific taskQ 5 Write the name of four Applicationsoftware and their use with the help of yourcomputer teacherQ 6 Answer the following questions |
| Answer» | |
| 8728. |
Discuss the internal structure of a digital computer with the importance of eachblock. Also Show the purpose of each field in flag register. |
|
Answer» dheuj2u2jeoehdiegeheheyrh |
|
| 8729. |
4. A file is used to organize the files or other folders. state true or false |
|
Answer» False Explanation: |
|
| 8730. |
How can we prevent a class from instantiation in java |
| Answer» | |
| 8731. |
_____ are defined as the length of time in the document. ( a ) frames ( b ) sequence ( c ) image ( d ) animation |
|
Answer» d) ANIMATION is the CORRECT answer hope it HELPS you |
|
| 8732. |
10. This technology allows a phone call tobe routed over network wires.(2 Points) |
|
Answer» With Wi-Fi ALSO its CONTROLLED |
|
| 8734. |
What is the file extension of an Excel file? |
|
Answer» EXCEL File EXTENSION Excel File format .xlsx Excel workbook .xlsm Excel macro-enabled workbook .xlsb Excel BINARY workbook .xltx Excel template |
|
| 8735. |
Pen down primitive order the turtle to put the pen down on the __ and ___ |
|
Answer» jsjdjdmmdkdmdmdnsnnsndnd |
|
| 8736. |
Mutual inductance is the ability of one inductor to induce a voltage across a far away inductor. Select one:TrueFalse |
|
Answer» Answer: false Explanation: it can induce a voltage only when both the inductors or coil are adjacent to each other. if the COILS or inductors are FAR away there's no mutual INDUCTANCE as there's no linkage of flix LINES. |
|
| 8738. |
While(n>0) { r= n%10; sum=(sum * 10) + r; n=n/10; } n=890 |
|
Answer» not KNOW the answer Explanation: OK......... |
|
| 8739. |
The property defines space between the content and theborder of a cell. |
|
Answer» Answer: The CELL PADDING is used to define the SPACES between the cells and its BORDER. |
|
| 8740. |
Why the points gets decreased ........? |
|
Answer» Answer: Points can be reduced if the answer you posted got deleted because you might have given spam answer or COPIED answer (AGAINST THE RULE). EG. You answered a question of 40 points and your points get INCREASED to 560, but due to a reason the question or your answer got deleted, then your points will be reduced to 520. |
|
| 8741. |
.A list of items without a specific sequence. |
|
Answer» Answer: a list V = [1, 2, 3, 4, 3, 1, 2]. to write a FUNCTION, find_pair which will check if two numbers are in the list and adjacent to eac |
|
| 8742. |
Write a program to allow a person to opt for science,commerce orhumanities based on his percentage.Accept mark in 3 subjects ie marks inEnglish, science and maths out of 100. |
|
Answer» Answer: One of the renowned varsities in the nation, Delhi University offers admission in its diverse COURSES and programmes offered in its colleges. The Delhi University admission PROCESS commences in the month of May each year. For the majority of the courses offered at DU, admission is done on the basis of cut-offs released by the varsity. However, there are some subjects in which aspirants can SECURE admission on the basis of an entrance exam. As per DU admission dates, the registration process for courses in which admission is offered basis performance in the Delhi University Entrance Test (DUET) scheduled to start from June. For aspirants who have just cleared their Class 12, need to FIRST take into consideration the best of four subjects, i.e. the highest scoring subjects of four. Explanation: If you like my answer make my answer brainliest!!!OK!!! |
|
| 8743. |
Syntax to define the image is called |
| Answer» | |
| 8744. |
Write a program in java to print the given pattern:- |
|
Answer» Diamond Shape Pattern import java.util.SCANNER; public class DiamondPattern. { public static void main(String args[]) { int row, i, J, space = 1; System.out.print("Enter the number of rows you want to print: "); Scanner SC = new Scanner(System.in); |
|
| 8745. |
Put a tick () on the right option.1. RAM and ROM are examples of what part of the computer?(a) Circuits(b) Input devices(c) Memory2 Tempory is called :(d) Hardware |
|
Answer» Answer: Explanation: memory because RAM and ROM are used to STORE the memories which user is GIVEN |
|
| 8746. |
What will be role your in wheebox job to invigilate exam, to evaluate online exam, to give online lacture, or all of these |
|
Answer» Answer: Wheebox SAFE EXAM Browser ensures that candidates are LOCKED to the exam browser and can not share SCREEN or desktop with others using any screen share SERVICES and prohibits any screen projection. |
|
| 8747. |
A list of items with a specific sequence. |
|
Answer» < ol> Explanation: The |
|
| 8748. |
Explain the structure of an email address |
|
Answer» Answer: The general FORMAT of an email address is [email protected], and a specific example is [email protected] Thus, an address consists of TWO PRINCIPAL parts, a username and a DOMAIN name. The domain name is used to transport a mail message to the host of the recipient's mail system. Explanation: hope it helps please follow me and mark as Brianliest answer |
|
| 8749. |
Hi guys what is cannizaro rx |
|
Answer» Answer: The Cannizzaro reaction, named after its DISCOVERER STANISLAO Cannizzaro, is a chemical reaction that INVOLVES the base-induced disproportionation of two MOLECULES of a non-enolizable aldehyde to give a primary alcohol and a carboxylic acid. |
|
| 8750. |
Wap in java to display the given pattern:-* ** *** **** ***** |
|
Answer» WHATS that .................. |
|