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.
| 2151. |
How do you add the same transition for each slide ?(a) Click the transition(b) Click the transition then click "Apply to all”(c) Click the transition then click “Remove" (d) Click Design |
|
Answer» Answer: B Explanation: On the Transitions tab, under Transition to This SLIDE, click the transition that you WANT—Fade, for example. ... To vary the transition, such as the direction it moves on the SCREEN, click Effect Options, and then select the variation you want. ... Under APPLY To, click All Slides. |
|
| 2152. |
When you want to animate a part of your text (words) you must click on which of the followingFIRST ?(a) Custom Animation option(b) Slide Transition option(d) Text Box(c) Insert |
Answer» HEY Mate........OPTION (a) is the right answer.Explanation: Thanks :) Be BRAINLY ✌ |
|
| 2153. |
1. What problem were you trying to solve?2. What data did you collect?3. What classes did you use to classify your data, and why they were chosen?B1% LinkThis part of the question is about evaluating your project, in terms of the following: this cours is meachine learning plzz give me answer the question |
|
Answer» CC jvxigxoi Explanation: ohfiyx oyxug uxiyciyxiyx |
|
| 2154. |
Write Html code to produce following html table |
|
Answer» AD BE CF Explanation: |
|
| 2155. |
Ik fail vich kai faila and folder ho sakde haan.(right)/(wrong) computer the quiestion hai |
| Answer» | |
| 2156. |
Which is known as a generic class |
|
Answer» Answer: c. Explanation: Explanation: Template classes are known to be generic classes because those can be USED for any DATA type value and the same class can be used for all the VARIABLES of different data TYPES. |
|
| 2158. |
Please give a coding idea on C++ |
|
Answer» Explanation: C++, pronounced "C plus plus," is a programming language that was built off the C language. The SYNTAX of C++ is NEARLY identical to C, but it has object-oriented features, which allow the programmer to create objects within the CODE. This MAKES programming easier, more efficient, and some would even SAY, more fun. |
|
| 2159. |
Choose the rightIy Which of these is an Excel tab(a(62Design ((d Review C(d) niew C |
|
Answer» answer DESIGN is the RIGHT answer Explanation: |
|
| 2160. |
Write down any two different types of operating systems with a one-word definition. |
|
Answer» Answer:
The BadSoorat here ✌ |
|
| 2161. |
TE WERDEI.Choose the right option:1 Which of these is not an Excel tab?a. Homeb.DesignC.Reviewd.View2. Which of these displays cell address?a.Status barb.Formula bar00 00 00C.Address bard.Name box3.Which of these data type has no specific format?a.Generalb.Numberd.DateTextC.59BOOTING |
|
Answer» Explanation: |
|
| 2162. |
Convert the following (10100011011) 2= (x) 10 |
| Answer» | |
| 2163. |
What is presentation graphics? What is its significance? |
Answer» ♡♥HEYA MATE HERE U GO...presentation graphics. A TYPE of business software that enables users to create highly stylized images for slide shows and REPORTS. The software INCLUDES functions for creating various TYPES of charts and graphs and for inserting text in a variety of fonts. ... Presentation graphics is often called business graphics.♡♥hope it helps ♡♥old mark as brainlist |
|
| 2164. |
Write T for the true statement and F for the false statement:1. Spreadsheets allow you to filter data.2 Date and time are part of a single data type in Excel.3. Tab key selects the next cell in the same column.100004. Symbols entered in text data type are treated as text.5. Complex calculations cannot be done in Excel. |
|
Answer» Answer: 1) True 2) True 3) True 4) FALSE 5) False |
|
| 2165. |
State true or false: a column in an access table is called a field |
| Answer» | |
| 2166. |
State true or false :. a complete row of information in an Access table in the a record |
|
Answer» it is TRUE |
|
| 2167. |
Microsoft access is a what database |
|
Answer» Answer: RDBMS SIMPLY Relational Database Management SYSTEM in which GROUP MS-Access resides. So it BASED on Relational Database |
|
| 2168. |
Differentiate between a slide and slide show. |
|
Answer» Answer: Difference between a slide and slide SHOW.Explanation: The VITAL difference between a slide as well as slide show is that a slide is an EDITABLE FORMAT. Whereas, a slide show is a combination of a number of slides that run one after the other. |
|
| 2169. |
Impress presentation are given extension (a) ods(b) PPT(c) DOC(d) odp |
|
Answer» PPT Explanation: mark as BRAINLIEST ☺️☺️ fõllõw mê ⬇️⬇️⬇️⬇️⬇️ |
|
| 2170. |
A global bank manages its customer in a binary data file “Bank.DAT” with the following fields:• Account number • Account holder’s name • Account balance Give function definitions to do the following: a) Write a function to accept the data fields from the user and write to file “Bank.DAT”. b) Write a function to modify account holder details according to their account number and display the updation. |
Answer» LANGUAGE:Python Program:a) def createFile(): import pickle f=open('Bank.dat','wb') record=[] while True: accno=input("Enter account number:") holder=input(f"Enter {accno} holder's name: ") balance=float(input(f"Enter {accno}'s balance: ")) choice=input("Wanna enter more (Y/N)?: ") record.append([accno, holder, balance]) if choice=='N': pickle.dump(record,f) print(len(record),'record(s) inserted') f.close() b) def UPDATE(): import pickle f=open('Bank.dat','rb+') read=pickle.load(f) found=0 acc=input('Enter account number to update: ') for i in read: if i[0]==acc: print("Make the following choice for updation: \nHolder's name\t1 \nAccount Balance\t2 \nCancel updation\t3") choice=int(input("Enter your choice: ")) found+=1 if choice==1: i[1]=input('Enter new Holder\'s name: ') break ELIF choice==2: i[2]=int(input("Enter new Balance:")) break elif choice==3: print("ABORTING updation.") else: print("Invalid choice") break else: found+=0 if found==1: f.seek(0) pickle.dump(read,f) print("Done.") else: print("Record not found.") f.close() Explanation:
|
|
| 2171. |
(DEAD)16=( )2=( )8=( )10 convert |
|
Answer» DEAD 1101111010101101 BASE 2 157255 base 8 57005 base 10 |
|
| 2172. |
Three modes of an operating system |
|
Answer» A processor in a computer running Windows has two different modes: user mode and KERNEL mode. The processor SWITCHES between the two modes depending on what type of code is running on the processor. ... A processor running in user mode cannot access virtual addresses that are RESERVED for the operating system |
|
| 2173. |
Identify any 3 factors that can affect participation in physical activities |
|
Answer» |
|
| 2174. |
What is the need of secondary memory.. in computer |
|
Answer» Secondary storage therefore needed because it is non-volatile, MEANING it retains its contents without the need for a power supply. It ALSO has the large storage capacity needed to store the operating SYSTEM and all the programs and FILES needed by a modern COMPUTER system. |
|
| 2175. |
Windows software was first developed by the _____ corporation. |
|
Answer» MICROSOFT is answer.i it will HELP |
|
| 2176. |
What are filter keys ? |
|
Answer» Answer: Filter key is FOUND in Microsoft window toallow the computer to ignore BRIEFLY repeted keystokes that may be caused by slow or INACCURATE fingur MOVEMENT |
|
| 2177. |
5. Describe briefly the generation of computer languages. |
|
Answer» The PROGRAMMING language in terms of their performance reliability and robustness can be grouped into FIVE different generations, First GENERATION languages (1GL) Second generation languages (2GL) Third generation languages (3GL) |
|
| 2178. |
What do you understand by input devices ?why is it a part of hareware |
|
Answer» Answer: Explanation: In computing, an INPUT device is a piece of computer HARDWARE equipment used to provide data and CONTROL SIGNALS to an information processing system such as a computer or information appliance. Examples of input devices include keyboards, mouse, SCANNERS, digital cameras and joysticks. |
|
| 2179. |
If a is equal to 7 find the value of a plus plus + plus plus a |
|
Answer» Answer: We Know that, a = 7 So, VALUE of = ++ + ++a = undefined Start of Attribute ++ If You WANT Error It's There. IT MIGHT be Your Question Problem, Please Correct it and then I will Answer Properly ----------------------------------------------------------------------------------- MARK AS BRAINLIST |
|
| 2180. |
Which is the used to represent the data in the graphical way in excal |
|
Answer» Answer: In EXCEL, CHARTS are used to make a graphical representation of any SET of DATA. A chart is a visual representation of the data, in which the data is represented by SYMBOLS such as bars in a Bar Chart or lines in a Line Chart. Explanation: |
|
| 2181. |
Which one of the following is not a challenge in learning a languge |
|
Answer» >>>>>>>>>>>>>>>>>>>>>> |
|
| 2182. |
The operator that cannot be applied on variable defined with register storage class specifier is:a) sizeofb) address-ofc) logical negationd) None of these |
Answer»
|
|
| 2183. |
An efficient ___________lays the foundation for an efficient program 2. An ________is a step by step method of solving a problem 3.A _________is an algorithm encoded into some programming language Plz answer fast Its really important Plz don't give wrong answer for God sake |
|
Answer» HELLO I am interested in the POSITION and would like to know if you have any questions please feel FREE to contact me at any time Explanation: okay |
|
| 2184. |
Name two table handlers |
|
Answer» HANDLER tbl_name READ index_name FIRST [ LIMIT ... ] HANDLER tbl_name READ index_name NEXT [ LIMIT ... ] |
|
| 2185. |
What is input to output process in computer |
|
Answer» Answer: This is the termed as input PROCESSING output cycle . A computer receives data as input ,processes it, Stores it and then produces output. ... Input – the INFORMATION entered into a computer SYSTEM, examples include typed text, mouse CLICKS, etc. Processing – the process of transforming input information into an output. |
|
| 2186. |
Sending emails to communicate information is a from of |
Answer» WRITTEN communication.THANK YOU ⭐HOPE IT HELPS YOU ❤️ #staysafe |
|
| 2187. |
How to save cookies of my webpage of JavaScript on my computer with Notepad? |
| Answer» | |
| 2188. |
Write a program to input two numbers.Find and print the greater and smaller number (using Math.min() and Math.max()) in java |
Answer» YOUR ANSWER IS HEREJava Math max() method with Examples The Java.lang.math.max() function is an inbuilt function in Java which returns maximum of TWO numbers. The arguments are taken in int, double, float and long.If a negative and a positive number is passed as argument then the positive result is generated. And if both parameters passed are negative then the number with the lower magnitude is generated as result. Syntax: DATATYPE max(dataType num1, dataType num2) The datatypes can be int, float, double or long. Parameters : The function ACCEPTS two parameters num1 and num2 among which the maximum is returned Return value:The function returns maximum of two numbers. The datatype will be the same as that of the arguments. Given below are the examples of the function max() // Java program to demonstrate the use of max() function // when two double data-type numbers are // passed as arguments public class Gfg {
public STATIC void main(String args[]) { double a = 12.123; double b = 12.456;
// prints the maximum of two numbers System.out.println(Math.max(a, b)); } } HOPE IT YOUR HELPS PLEASE BRANLIEST......... FOLLOW ME....PLEASE BRANLIEST AND FOLLOW ME |
|
| 2189. |
Calculate address of 47th element of array where base address is 108, where words per memory cell is 4 and array is Declared as A[1000]. |
|
Answer» a[47]=108+4(47-i) where i is the first lower bound element. Explanation: see the ROW major and column major formula |
|
| 2190. |
How to save cookies of my webpage of JavaScript in my computer? |
|
Answer» Answer: hi ... here is your answer Open Google Chrome. From the web browser MENU in the top-right corner, select Settings > Site settings > COOKIES. From the Cookies menu, toggle the button on the right to Allow sites to save and read COOKIE DATA. Hope it helps you ... ♡♡ Have a good day ♡♡ Mark as Brainliest plz. .. |
|
| 2191. |
Difference between output and output devices |
|
Answer» Answer: The output devices are GENERALLY known as reverse of input devices. Output devices also SEND data from one computer SYSTEM to another. example: Monitor, printer etc. ... Difference between Input and Output devices: INPUT DEVICE OUTPUT DEVICE It helps the computer is ACCEPTING the data. It helps the computer is DISPLAYING the data Explanation: MARK ME AS BRAINIEST PLZ AND FOLLOW ME PLZ |
|
| 2192. |
How to save cookies of JavaScript in my computer? |
|
Answer» here is your answer... ☑Open Google CHROME. From the web browser menu in the top-RIGHT corner, select Settings > Site settings > Cookies. From the Cookies menu, toggle the button on the right to Allow sites to SAVE and read COOKIE data. hope it helps you... mark it as brainliest.. |
|
| 2193. |
Give 5 Advantages of Computer Networks? |
|
Answer» Answer: Advantages of computer networking File SHARING – you can easily share data between different users, or access it REMOTELY if you keep it on other connected DEVICES. Resource sharing – USING network-connected peripheral devices like printers, scanners and copiers, or sharing software between MULTIPLE users, saves money. |
|
| 2194. |
“Software can perform dual role of functionality”. Justify the statement with suitable example |
|
Answer» A software is a set of PROGRAM which do different tasks like in Adobe PHOTOSHOP there are many programs which a integrated to make a software like a brightness tool it have function do make the image bright and other like blur tool that blurs the image HENCE it is possible for a software to perform MULTIPLE functions HOPE YOU WILL LIKE THE ANSWER |
|
| 2195. |
Radhika wants to protect her computer system against virus attacks what kind of software will you suggest her to install?Application based Questions |
Answer» I will suggest her to INSTALL Security SOFTWARE (Antivirus software) in her computer.Hope it helps you. Please MARK it as Brainliest and follow me!!!! |
|
| 2196. |
Some function of block of computer system |
|
Answer» Explanation:
|
|
| 2197. |
When is Windows 8.1 end of extended support? |
|
Answer» Windows 8.1 and 7 Client operating systemsEnd of mainstream supportEnd of extended supportWindows 8.1January 9, 2018January 10, 2023Windows 7, service PACK 1*January 13, 2015January 14, 2020 Explanation: May this ANSWER will help you PLZ mark has brainliest |
|
| 2198. |
______ the text from left to right in the cell. |
|
Answer» Answer: EXCEL XP is CORRECT answerExplanation: have a great day with your family and FRIENDS |
|
| 2199. |
In a document all the occurrences of the word “document” have to be changed to “file” which option is suitable for this? |
|
Answer» Answer: find and replace Explanation: you have to SELECT it from top menu, fill the text you want to replace (STEP 1) fill the new text to be REPLACED (step 2) click replace all ,in order to replace all occurnce of word (step 3) kindly mark as brainliest. |
|
| 2200. |
What is communication media ?explain its two types |
|
Answer» Answer: ●☆●☆●☆●☆●●☆●☆●☆●☆● hey mate here is your answer...COMMUNICATION media refers to the means of delivering and receiving data or information. In telecommunication, these means are transmission and storage tools or channels for data storage and transmissionDifferent media are employed for transmitting data from one computer terminal to the CENTRAL computer or to other computer systems inside some kind of network. Different media are employed for transmitting data from one computer terminal to the central computer or to other computer systems inside some kind of network.There are two forms of communication media: Different media are employed for transmitting data from one computer terminal to the central computer or to other computer systems inside some kind of network.There are two forms of communication media:Analog: Includes conventional radio, telephonic and television transmissions Different media are employed for transmitting data from one computer terminal to the central computer or to other computer systems inside some kind of network.There are two forms of communication media:Analog: Includes conventional radio, telephonic and television transmissionsDigital: Computer-mediated communication, computer networking and telegraphy The most commonly used data communication media include: The most commonly used data communication media include:Wire pairs The most commonly used data communication media include:Wire pairsCoaxial cable The most commonly used data communication media include:Wire pairsCoaxial cableMicrowave transmission The most commonly used data communication media include:Wire pairsCoaxial cableMicrowave transmissionCommunication satellites The most commonly used data communication media include:Wire pairsCoaxial cableMicrowave transmissionCommunication satellitesFiber optics The most commonly used data communication media include:Wire pairsCoaxial cableMicrowave transmissionCommunication satellitesFiber opticsThe communication media acts as a channel for linking various computing devices so that they may interact with each other. Contemporary communication media facilitate communication and data exchange among a LARGE NUMBER of individuals across long distances via email, teleconferencing, INTERNET forums and many other forms of communication. hope this answer helps you..❤❤✌✌●☆●☆●☆●☆●●☆●☆●☆●☆● |
|