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.
| 5751. |
When the signal changes is value instantly then its frequency is______ |
|
Answer» ONG>EXPLANATION: fjdjcjkdkkclgkghgjjxjfjfjck |
|
| 5753. |
How do computers connect to each other over internet? List the hardware and software used for it |
|
Answer» ong>Answer: To connect systems in internet TCP/IP model is used where each layer has its own operations and provides services to upper layer. for example when you open a WEBSITE a http request is SENT this is done by APPLICATION layer. Each layer has its own IMPORTANCE. For more info read about TCP/IP in GEEKSFORGEEKS |
|
| 5754. |
Repeaters are used in_____ transmission of ____ signals |
|
Answer» ong>Answer: ➡ REPEATERS are USED in transmission systems to REGENERATE analog or digital signals distorted by transmission loss. Analog repeaters frequently can only amplify the signal while digital repeaters can RECONSTRUCT a signal to near its original quality... |
|
| 5755. |
Pascal developed the analytical engine. Is this true |
|
Answer» ONG>Answer: Pascal developed the ANALYTICAL engine. Is this TRUE ANS- No, inventor is charles babbage |
|
| 5756. |
गूगल अकाउंट से आप क्या समझते हैं इसके क्रिएशन लिखिए |
|
Answer» 56789012261771818818181 |
|
| 5757. |
Write a program in C++ that calculates and displays the sums of squares of odd and even numbers separately in the range 0 to 50 inclusive. |
|
Answer» ong>Answer: Explanation: /** Author : Vikrant Verma **/ #include using namespace std; int main() { int i, even_sqr_sum = 0, odd_sqr_sum = 0;
for(i = 0; i <= 50; i++) { if(i % 2 == 0) { even_sqr_sum = even_sqr_sum + (i * i); } else { odd_sqr_sum = odd_sqr_sum + ( i * i); } } COUT<<"sum of SQUARES of even numbers from 0 to 50 : " << even_sqr_sum << ENDL; cout<<"sum of squares of odd numbers from 0 to 50 : " << odd_sqr_sum << endl; return 0; } |
|
| 5758. |
C ਭਾਸ਼ਾ _____ ਲੇਵਲ ਦੀ ਭਾਸ਼ਾ ਹੈ ? |
|
Answer» ONG>EXPLANATION: . C ਭਾਸ਼ਾ _____ ਲੇਵਲ ਦੀ ਭਾਸ਼ਾ ਹੈ ? |
|
| 5759. |
Which header file is used to setup math library |
|
Answer» ONG>EXPLANATION: math.h header please make me brainlist DEAR and follow me |
|
| 5761. |
How are greeting different from introductions class -9ch - communication skillsit's urgent |
|
Answer» t! Phenomenal! Superb! COOL! Out Of Sight! Excellent! Unbelievable Work! Two Thumbs Up! You've Got It! Way To Go! Terrific! Outstanding Performance! You've Outdone Yourself! Marvelous! Your Help Counts! Amazing Effort! Bravo! Exceptional! Breathtaking! Wonderful! You're Special! Keep Up The Good Work! First Rate Work! Fantastic Work! You Should Be Proud! I Knew You Had It In You! Very Good! Stupendous! Sensational! A+ Work! What An Imagination! Awesome! You're A Great Example For Others! You Made It Happen! You're A Real Trooper! It Couldn't Be Better! Good For You! You're A Good Sport! You Made The Difference! Take A Bow! Super Job! You're Unique! It's Everything I Hoped For! How Thoughtful Of You! Nice Going! You're A Class Act! Well Done! You're Inspiring! How Artistic! You Go The Extra Mile! Hooray For You! Great Answer! You DESERVE A Hug! High Five! Extra Special Work! Wow! You're Getting Better! You're Tops! You're Amazing! What A Great Idea! You Figured It Out You've Got What It Takes! You're Neat! You're A Joy! You're A Shining Star! Spectacular Work! You're #1! You Tried Hard! The Time You Put In Really Shows! Remarkable! Far Out! How Extraordinary! You're A WINNER! You Came Through! That's Incredible! 5 Star Work! You're Super! You Can Do It! You're The Greatest! Sweet! Great Effort! How Original! What A Genius! You're A Natural! Very Brave! You're A Pleasure To Know! Way To Go! You're Sharp! Congratulations! I'm Proud Of You! Thank You For Caring! I'm Impressed! You're Very Talented! Great Discovery! You're A Champ! Right On! You're So Kind! Thanks For Helping! You're A-OK! Magnificent! You've Earned My Respect! You've Made Progress! Outstanding Effort! Neat Work! I Love It! Beautiful! Clever! Brilliant! That's Perfect! Right On! Your Best Work! Expressive! You've Improved! Keep It Up! Nice One! Wicked! Incomparable! Incredible! I Appreciate Your Help! Good Leadership! Great Job! Stunning! You Rule! That's Very Kind! Keep On Trying! You Make Me Smile! You Rock! You're An Angel! That's The Way! Good For You! A Job Well Done! You're A Good Friend! Way To Use Your Head! Radical! Alright! You're Very Patient! Wonderful! Way To Be RESPONSIBLE! Getting Better All The Time! Worthy Of An Oscar! Better Than Ever! Super Duper! Great Dedication! Top Notch! Hats Off To You! Spectacular! Good Try! Very Courageous! I Like It! Great Enthusiasm! Lovely! Very Resourceful! It's A Masterpiec I have send you 150 praising words CHOOSE your own this work was very easy I am in 5th class |
|
| 5762. |
Html tags are enclosed braces |
|
Answer» ong>Explanation: Most HTML tags come in PAIRS, an OPENING and CLOSING set. The text to be FORMATTED by the tags is written between the pair. ... All tags are enclosed in left and right angle brackets . please make me brainlist DEAR and follow me |
|
| 5763. |
Html tags are enclosed brace |
|
Answer» ONG>Answer: ਗਲਤ FALSE गलत TY have this type of brackets > Explanation: |
|
| 5764. |
How many main functions cn be used in the c language program |
|
Answer» ong>ANSWER: Explanation: c used to have both compiler and interpreter c have reburst c have platform INDEPENDENT |
|
| 5765. |
How are greetings different from introductions class - 9 ch - communication skillsit's urgent |
|
Answer» ong>ANSWER: As nouns the difference between greeting and INTRODUCTIONAs nouns the difference between greeting and introductionis that greeting is a conventional phrase USED to start a letter or conversation or otherwise to acknowledge a person's arrival or presence while introduction is the act or process of introducing.like my answer and mark my answer as BRAINLIST |
|
| 5766. |
Rewrite the following program using for () loop ; sum=0 ; I=1 |
|
Answer» ONG>Answer: int i,SUM=0; for(i=0;i<10;i+=2) { sum +=i; } |
|
| 5767. |
7. Which feature allows you to quickly view the desktop without minimizing the open windows. * |
|
Answer» ong>Answer: |
|
| 5768. |
Write a while program to keep on entering the number until the user do not enter zero... This is a python program.. |
|
Answer» ong>Answer: while true: var = int(INPUT("Enter some number: ")) if var != 0: continue else: break Explanation: here var is the input, now if the input is not equal to ZERO then it will continue and if it is equal to 0 then it will PRINT Done! and exit OUTPUT Enter some number: 32 Enter some number: 0 Done! |
|
| 5769. |
A ____ mark give an indication that a record is selected |
|
Answer» ONG>DASH MARK
PLEASE mark me |
|
| 5770. |
C. Write T for true and F for false. 1. The text cannot be increased or decreased in size.2. You can draw different types of lines using the Line tool.3. You can draw a square using the Shapes tool.4. You cannot move a label after writing. |
|
Answer» ONG>Answer: 1)FALSE 2)true 3)true 4)false |
|
| 5771. |
In C language a char data type always occupies one byte . |
|
Answer» data of type CHARACTER is always unsigned. A CHARACTER item occupies 1 byte (8 bits) of storage and is aligned on 1-byte boundaries.. HOPE IT HELPS YOU.. MARK ME AS BRAINIEST.. FOLLOW ME... ✌️✌️ |
|
| 5772. |
All input and output devices are known as. |
|
Answer» ong>Answer: Input/output DEVICES are usually called I/O devices. Explanation: some EXAMPLES are a keyboard, JOYSTICK, scanner ETC hope it helps u plz MARK me as brainliest |
|
| 5773. |
True or false The program written in hll is called the score code |
|
Answer» ONG>Answer: true Explanation: HOPE it helps. :) please MARK BRAINLIEST |
|
| 5774. |
Color code of Green color in c++ |
|
Answer» ong>ANSWER: In C++ PROGRAMMING, the background of the output screen is black and text color is in white color. We can color both the background and text color in the output screen in the following ways. COLOR IDCOLORCOLOR IDCOLOR1Blue9Light Blue2Green0Black3AquaALight Green4RedBLight Aqua5PurpleCLight Red6YellowDLight Purple7WhiteELight Yellow8GrayFBright White Below is the illustration of Text COLORING in C++: |
|
| 5775. |
When you insert a shape in a document a new tab named appears the under the drawing tools |
|
Answer» ong>Answer: the ribbon Explanation: when you INSERT a SHAPE in a document a new TAB named ribbon appears the under the drawing TOOLS |
|
| 5776. |
Which of the following function definition does not return any value? |
|
Answer» ong>ANSWER: If the function is declared as VOID then it will not RETURN any value. |
|
| 5777. |
What do you mean by self motivation |
|
Answer» ong>Explanation: Self-motivation is, in its SIMPLEST form, the force that drives you to do things. ... People can be motivated by many things, both internal and external, such as DESIRE to do something, love of someone, or need for money. Usually, motivation is a RESULT of SEVERAL factors. |
|
| 5778. |
Date PagecSymbol is used to terminalstatement of c language)... calen. SemicaloncommaFull stup |
|
Answer» ONG>ANSWER: .semicolon Explanation: MARK as BRAINLIEST PLEASE |
|
| 5779. |
Which of the following variable name is incorrect |
|
Answer» ONG>Answer: Variable name may not start with a digit or underscore, and may not end with an underscore. ... The following are examples of VALID variable NAMES: age, gender, X25, age_of_hh_head. The following are examples of invalid variable names: age_ (ENDS with an underscore); |
|
| 5780. |
Write html code for above lists |
|
Answer» ong>ANSWER: you cant right code for these you need to add js to it mark me as brailiest |
|
| 5781. |
Write a program of first five fabocinnai number in python |
| Answer» ONG>Answer: | |
| 5782. |
Option is used to change the name of file or folder |
|
Answer» ong>Answer: Rename option Explanation: hope it HELPS. :) please MARK brainliest |
|
| 5783. |
The options that appear within each group * 1 point TAB GROUP COMMAND |
|
Answer» ong>Answer: |
|
| 5786. |
What is online collaboration? |
|
Answer» ong>EXPLANATION: Online COLLABORATION is the process of connecting users digitally to communicate in an online space. Online collaboration is usually supplemented USING a software SYSTEM that LETS team members chat using video, audio and text. It is mainly a way for companies to improve communication and bolster project efficiency. |
|
| 5787. |
How many main functions can be used in the language program |
|
Answer» ong>ANSWER: the MAIN function is the point of theprogram where its execution starts. Consequently, only one Main function can exist in any EXECUTABLE. But in your source CODE, you may have more than one Main function |
|
| 5788. |
What happened when the curser is placed over the header row? |
|
Answer» ONG>ANSWER: xeskdjrnndjfdjnejdjd |
|
| 5789. |
Dash makes document more presentable |
| Answer» ONG>Answer: | |
| 5790. |
Field is a column in a data source that contains one type of information. |
|
Answer» ong>ANSWER: Explanation: FIELD is a column in a data source that contain one type of information |
|
| 5791. |
C Language is ____ level language |
| Answer» ONG>EXPLANATION: | |
| 5792. |
Which of the following are functions of entrepreneurs? a. Entrepreneurial functionsb. Promotion functionsc. Commercial functionsd. All of these |
| Answer» ONG>ANSWER: | |
| 5793. |
WRITE THREE PROGRAMS FOR OPERATORS IN JAVAPlease solve this and no spamming |
|
Answer» ong>ANSWER: Java Program to Perform ARITHMETIC operation USING Method Overloading BY CHAITANYA SINGH | FILED UNDER: JAVA EXAMPLES
This program finds the sum of two, three and four numbers using method overloading. Here we have three methods with the same name add(), which means we are overloading this method. Based on the number of arguments we pass while calling add method will determine which method will be invoked.
To understand this program you should have the knowledge of following Core Java topic: Java – Method Overloading
Example: Program to find the sum of multiple numbers using Method Overloading First add() method has two arguments which means when we pass two numbers while calling add() method then this method would be invoked. Similarly when we pass three and four arguments, the second and third add method would be invoked respectively.
public CLASS JavaExample { int add(int num1, int num2) { return num1+num2; } int add(int num1, int num2, int num3) { return num1+num2+num3; } int add(int num1, int num2, int num3, int num4) { return num1+num2+num3+num4; } public static void main(String[] args) { JavaExample obj = new JavaExample(); //This will call the first add method System.out.println("Sum of two numbers: "+obj.add(10, 20)); //This will call second add method System.out.println("Sum of three numbers: "+obj.add(10, 20, 30)); //This will call third add method System.out.println("Sum of four numbers: "+obj.add(1, 2, 3, 4)); } } Hope it helps you please mark me the brainliest |
|
| 5794. |
In c language a char data types always occupies one byte |
|
Answer» ONG>Answer: The DATA of type CHARACTER is always unsigned. A CHARACTER item OCCUPIES 1 byte (8 BITS) of STORAGE and is aligned on 1-byte boundarie |
|
| 5795. |
The notification area display the icons pinned in task bar |
|
Answer» ONG>ANSWER: hey can you mark me as the BRAINLIEST I NEED it |
|
| 5796. |
What type of software is windows- 7 |
|
Answer» ong>Answer: What is WINDOWS 7? Windows 7 is an operating SYSTEM that MICROSOFT has produced for use on personal COMPUTERS. It is the follow-up to the Windows Vista Operating System, which was released in 2006. Software genre: Operating system Developer: Microsoft |
|
| 5797. |
HTML tags are enclosed in { } braces. |
|
Answer» ong>Answer: Nope it is in all tags :) And BRACKETS ( ) this also pls mark me BRAINLIEST pls |
|
| 5800. |
3. ਸੀ ਭਾਸ਼ਾ ਵਿਚ \t ਕਿਸ ਚਿੰਨ੍ਹ ਦੀ ਨੁਮਾਇੰਦਗੀ ਕਰਦਾ ਹੈ? (Whichcharacter is represented by It inC Language?/C ਥਾਈਂ \t ਧਿਚप्रतीक का प्रतिनिधित्व करता है?*0 ਟਰੈਕ (Track) ਟੈਕ0 ਟੈਬ (Tab) ਟੈਕO ਟਾਸਕ (Task) ਟਾਲO ਟਾਪ (Top) ਟੱਧ |
|
Answer» ONG>Answer: tab TAK is the write anser |
|