Explore topic-wise InterviewSolutions in .

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.

3151.

Hey CGS but why are you delete your account aaaa​

Answer»

ANSWER:

BGH TU it's not my COMPULSION..HMMM?

3152.

Draw a flowchart to print all the odd factors taken input by the user​

Answer»

ANSWER:

EXPLANATION:

  • Step 1: Start
  • Step 2: Declare variable c of integer type
  • Step 3: Set c=0
  • Step 4: Repeat step 4.1 to 4.3 while (c<=100)
  • Step 4.1: if (c%2 != 0)
  • Step 4.2: then print c
  • Step 4.3 : c=c+1
  • Step 5: Stop

FLOWCHART:

3153.

Have a nice night take care​

Answer»

ANSWER:

thanks

Explanation:

GOOD NIGHT SWEET DREAMS

3154.

Itachi may sacrifice and dekhya vo ek villan hai but usne socha tha sab thik ho jaye but nahi hua so he sort out alland what about sasuke vs naruto​

Answer»

Answer:

BYE BRO my FLIGHT came ( GOING USA)

Explanation:

NARUTO

3155.

@shivsnshi,dear dont pray for me ,l am fineyou know priya is always fine.@chimchim, hey my lil brother you can't cry because l give you responsibility to take care my mochi l know she is strong, she is bare pain she able to talk, if yes than tell her to l want talk to him ​

Answer»

ANSWER:

Is EVERYTHING OKAY plz MARK me as brainliest

3156.

The data and information can be stored temporarily in the_ymamineomr​

Answer»

ANSWER:

A computer's memory is used for temporary storage, while a computer's hard drive is used for permanent storage. A computer's memory is also called RAM which is an acronym for Random ACCESS Memory. A computer's memory is where information is temporarily stored while it is being accessed or WORKED on.

Explanation:

I hope this answer HELP you. FOLLOW for more answers.

3157.

Please send me Amulya999! ​

Answer»

ANSWER:

HYY I am not USING any SOCIALMEDIA. so I didn't have TELEGRAM

3158.

Course party is a haunted anime movie​

Answer»

Answer:

OK nice EXPLANATION. GOOD NIGHT

3159.

Write the non essential components of a computer(plz give the answers correct and broad)​

Answer»

Answer:

Depends on what you Don't Want To Do. You don't NEED a DVD/CD-Rom Burner/USB Port if you don't want to save things EXCEPT to the hard drive or cloud. You don't need a DVD/CD-Rom Reader/USB port if you only want to DOWNLOAD off the internet.

Explanation:

HₒPₑ ᵢ HₑLPS yₒᵤ.. ᗰₐᵣ ᗰₑ ₐ ᵣₐᵢᄂᵢₑ

3160.

Aaj maine coure party dekhi​

Answer»

ANSWER:

YE KONSI party hai? MUJHE samajh NHI aaya

3161.

Pls solve it's urgent!!​

Answer»

Answer:

a.home page

b.hotspot

c.TCP

d.WEB browsers

e.First/HTTP://

f. website

g.world WIDE web(WWW)

h.hypertext markup language (HTTP)

i.HTML

j.Internet

Explanation:

I like HELP people.

3162.

Okay Jana hi Chahiye chalo bye study karlu mein bhi​

Answer»

Explanation:

ACCHA think hai

BYE

LAST MESSAGES

GOOD NIGHT ❤❤

TAKE CARE ❤

3163.

Ok so you are my big bro but be in limitfor being friend intro ​

Answer»

ANSWER:

hi

Explanation:

3164.

8. fill in the blanks on the speaker icon to play the sound32​

Answer»

Answer:

2 is answer kyo ki sound HO ya speaker AK hi WAR SE connect HOTE h

3165.

Solve this too... guys pls it's veryy urgentsolve this as fast as possible!!!!don't beg for something or other wise I have to take serious action!!! ​

Answer»

Explanation:

PHOTOSYNTHESIS is a process USED by plants and other ORGANISMS to convert light energy into chemical energy that, through cellular respiration, can later be RELEASED to fuel the organism's ACTIVITIES.

3166.

7.button is present on the Start Slide Show group.on the speaker icon to play the sound.8.​

Answer»

ANSWER:

YES your answer is CORRECT

3167.

hey dimple my all days gonna nice and happy but now I'm not happy because CGS gonna offline for 5 days​

Answer»

ANSWER:

hi

Explanation:

PLEASE MARK me on BRAINLIST

3168.

Every HTML document is divided into sections---- ______and __________​

Answer»

the head and the body

The TWO main parts of an HTML document are the head and the body. Each section contains specific information. The head section contains information that is useful to the Web browser and search ENGINES but is not VISIBLE to the READER. The body section contains the information that you want the visitor to see.

3169.

Define. http refer ?​

Answer»

Answer:

In HTTP, "Referer" (a misspelling of Referrer) is the name of an optional HTTP HEADER field that IDENTIFIES the address of the web page (i.e., the URI or IRI), which is LINKED to the resource being requested. By checking the referrer, the server providing the new web page can see where the request originated.

Explanation:

I hope this answer help you. Follow for more ANSWERS.

3170.

Pls solve it as fast as u can !!! plsss it's urgent....​

Answer»

ANSWER:

Microsoft WORD

URL

all of this MTNL

NONE of these

modem

both 1 and 2

modem ISP

3171.

Status bar allows us to browse through a document true or false​

Answer»

ANSWER:

False

Explanation:

Because SHOWS the how MUCH WORDS COLUMNS.

3172.

Please give me the ans !!?​

Answer»

ANSWER:

int m=5;

int N;

for(n=10, n>=1, n-- ){

  System.out.println(m*n)

};

 

EXPLANATION:

3173.

An dash includes everything starting opening till close the tags​

Answer»

Explanation:

22Ω _______________________

3174.

2. Write a a Basic program to draw a word using Line or draw command ?​

Answer»

Answer:

Draw a line in c programming USING line() and lineto() LIBRARY function of graphics.h, in this c PROGRAM we will PRINT horizontal and VERTICAL lines.

3175.

Mai alse bahut chota hu age 14​

Answer»

ANSWER:

oh

Explanation:

such a tiny PERSON hehe

i am GOING to USA

3176.

Please do it in blue j and print the output.. i don't have pc or laptop so guys Please help me do it in blue j and take the screen shot of the output and attach it.. i will mark brainliest.. no spam..​

Answer»

ANSWER:

PLEASE MARK me as BRAINLY ANS

3177.

Write a program to accept a number as parameter and display corresponding day of a week.​

Answer»

\textsf{\large{\underline{Solution}:}}

The given PROBLEM is solved using language - JAVA.

public class Java{

   public STATIC void main(int n){

       try{

           String arr[]={"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"};

           System.out.println("You entered: "+n);

           System.out.println("Day: "+arr[n-1]);

       }

       catch(Exception e){

           System.out.println("Invalid INPUT.");

       }

   }

}

\textsf{\large{\underline{Logic}:}}

  • The days are stored in an array. Then the required date is accessed when input is taken from the user. For invalid input, ArrayIndexOutOfBoundsException is THROWN. In that case, an appropriate message is displayed.

See attachment for output.

3178.

Today, Shubham is very busy with a string. He is observing the journey of each character of the string. Journey of a character in the string can be defined as the array of locations coordinates at which the character is present in the string.For example in string "vivekanand" Journey of 'v':- [0,2] Journey of 'i':- [1] Journey of 'e':- [3] Journey of 'k':- [4] Journey of 'a':- [5,7] Journey of 'n':- [6,8] Journey of 'd':- [9] Journey of a character is said to be "marvellous" if the sum journey of the character is greater than sum journey of any other character in the string. Sum journey of character in the string can be defined as the sum of all the location coordinates in its path. Can you find the lexicographically smallest character whose journey is marvellous. Input Format The only line of input consists of a single string, S. Constraints 1

Answer»

Answer:

Sign In

Home

Courses

Practice DS & Algo.

Algorithms

Analysis of Algorithms

Data Structures

Interview Corner

Languages

CS Subjects

GATE

Web Technologies

Software Designs

School Learning

Mathematics

Maths Notes (CLASS 8-11)

NCERT Solutions

RD Sharma Solutions

ISRO CS

UGC NET CS

Student

Jobs

GBlog

Puzzles

What's New ?

Change Language

Related Articles

Related Articles

Lexicographically smallest string obtained after concatenating array

Lexicographically smallest string formed by appending a character from the first K characters of a given string

Lexicographically smallest string formed by removing at most one character

Find lexicographically smallest string in at most one swaps

Lexicographically largest sub-sequence of the given string

Lexicographically smallest and largest SUBSTRING of size k

Lexicographical Maximum substring of string

Smallest window that contains all characters of string itself

Find the smallest window in a string containing all characters of another string

Length of the smallest sub-string consisting of maximum distinct characters

Length of the longest substring without REPEATING characters

Print Longest substring without repeating characters

Find the longest substring with k unique characters in a given string

Find the two non-repeating elements in an array of repeating elements/ Unique Numbers 2

Find the two numbers with odd occurrences in an unsorted array

Add two numbers without using arithmetic operators

Subtract two numbers without using arithmetic operators

Subtract 1 without arithmetic operators

Add 1 to a given number

Multiply a given Integer with 3.5

Turn off the rightmost set bit

Find whether a given number is a power of 4 or not

Compute modulus division by a power-of-2-number

Rotate bits of a number

Write a program to reverse an array or string

Longest Common Subsequence | DP-4

Write a program to print all permutations of a given string

Reverse a string in Java

Write a program to reverse an array or string

Check for Balanced Brackets in an EXPRESSION (well-formedness) using Stack

Lexicographically smallest string formed by appending a character from the first K characters of a given string

Difficulty Level : Easy

Last Updated : 14 May, 2021

Given a string S consisting of lowercase alphabets. The task is to find the lexicographically smallest string X of the same length only that can be formed using the operation given below:

In a single operation, select any one character among the at most first K characters of string S, remove it from string S and append it to string X. Apply this operation as many times as he wants.

Examples:

Input: str = “gaurang”, k=3

Output: agangru

Remove ‘a’ in the first step and append to X.

Remove ‘g’ in the second step and append to X.

Remove ‘a’ in the third step and append to X.

Remove ‘n’ in the third step and append to X.

Pick the lexicographically smallest character at every step from the first K characters to GET the

string “agangru”

Input: str = “geeksforgeeks”, k=5

Output: eefggeekkorss

3179.

Ok bhai salute to India army jai hind​

Answer»

EXPLANATION:

JAI hind

your INTRO :)++++

3180.

Small Image containing program or command file​

Answer»

ANSWER:

is USED in SMALL images

Docker FILE

3181.

Font style option is found on which tabjii​

Answer»

ANSWER:

alalaoalaowkwkakakaksjxnxnhddjdn

3182.

In field columns how many types of information you can Store​

Answer»

ANSWER:

Text, NUMBER, Large Number, Currency, Yes/No, Date/Time, Date/Time EXTENDED, Rich Text, Calculated Field

Explanation:

3183.

1.List the keyboarding tips and rules?2. what is the official name of the keyboard ?3. what is the trick behind good typing ability ? ​

Answer»

Answer:

1.List the keyboarding tips and RULES?

2. what is the OFFICIAL NAME of the keyboard ?

3. what is the TRICK behind good typing ABILITY ?

3184.

Sanju aa gya mai huh -,-​

Answer»

ANSWER:

NICE to MEET you BRO

3185.

Write programs using nested loops to produce the following patters :-​

Answer»

Answer:

in C language:

#INCLUDE

int MAIN()

{

   int n =2;

   for(int i =1; i<=4; i++){

       for(int j = 1; j<=i;j++){

           printf("%d ", n);

       }

       printf("\n");

       n += 2;

   }

   RETURN 0;

}

in java language:

public class PATTERN3 {

   public static void main(String[] args) {

       int n = 2;

       for (int i = 1; i <= 4; i++) {

           for (int j = 1; j <= i; j++) {

               System.out.print(n+" ");

           }

           System.out.println();

           n += 2;

       }

   }

}

3186.

uska name payal hai or uske man ki bat pata nahi chalti ladai larke gussa ho zati hai phir se sorry keh ke friend ban jati​

Answer»

EXPLANATION:

उससे तो माफी मांगो स्कोर दोस्त बनाने की अच्छी-अच्छी से बातें किया करो लड़ाई झगड़े मत किया करो

3187.

Explain how nerves helps the different organ in the body to work together​

Answer»

Answer:

Nerves carry orders from the brain and spinal cord in the form of electrical signals. Nerves also HELP sense the state of tissues and relay this information BACK to the brain and spinal cord, enabling US to experience pain, pleasure, temperature, VISION, hearing, and other SENSES.

3188.

Which application software you will use for presentation​

Answer»

Answer:

Power POINT

Explanation:

PowerPoint is a complete presentation graphics PACKAGE. It gives everything that we need to produce a professional-looking presentation. PowerPoint offers word processing software, outlining, drawing, graphing, and presentation MANAGEMENT TOOLS- all DESIGNED to be easy to use and learn.

3189.

Write program to print the following shape​

Answer»

Answer:

Triangle lol just KIDDING

Explanation:

the process in which green PLANTS and some other organisms USE SUNLIGHT to synthesize nutrients from carbon DIOXIDE and water

3190.

Can you Figure this Image out Which Game it is and What Character He is?​

Answer»

ANSWER:

He is BACON MAN on ROBLOX

3191.

______is a networking device.​

Answer»

ANSWER:

router

hope it helps PLEASE mark as brain LIEST

3192.

Multiplexed address blocks of 8085 microprocessor​

Answer»

ANSWER:

PLS MARK me as BRILLIANT

3193.

So how was your dayyar ek ladki hai bahut ziddi hai kaise manaau​

Answer»

Answer:

HII

Use bolo ki Baby me tujhe bohot PYAAR krta hu or agar MUJHE MNA kra to fir ...

3194.

Is operating software and application software are used for making a presentation is it yes or no​

Answer»

PHOTOSYNTHESIS is the process by which plants use sunlight, water, and carbon dioxide to CREATE OXYGEN and ENERGY in the form of sugar...

3195.

Each ecosystem is unique, but all ecosystems consist of three primary components Comment.​

Answer»

Explanation:

Chloe swam 48 of a lap in the morning and 57 of a lap in the evening. How much farther did he swim in the morning than in the evening?any two DEVELOPMENTS Jaescribe of lighter TOOLS BENEFICIAL for the MESOLITHIC people

3196.

Ni na...shinchan bhaiya:(yar aise mat kara karo sabjo bhi milta hai meko sab chale jaate hai (︺︹︺)ek jo mere liye sabse special ban gya tha wo bhi chala gya (sid) :')​

Answer»

Explanation:Are matlab mai EK konsi to id delete kar dunga.

I am sumit wali YA Shinchan wali

the process by which green PLANTS and some other organisms use sunlight to SYNTHESIZE nutrients from CARBON dioxide and water. Photosynthesis in plants generally involves the green pigment chlorophyll and generates oxygen as a by-product.

3197.

Can you Figure it out what is the Name of this Person on this Image?​

Answer»

ANSWER:

GTA5'S MICHAEL CHARACTER

PLEASE MARK ME AS BRAINLIEST ANSWER.

3198.

I think it gonna be sword art online​

Answer»

SWORD Art ONLINE is certainly a GOOD anime, a bit on the long side though.

I'd 100% reccomend KIMETSU No Yaiba

ITS AMAZING :X

3199.

Is operating software and application software you will use for making a presentation.( say yes or no)​

Answer»

\huge\pink{⛄ Answer ⛄}

YES , There are many applications for making presentation .

Like ,

SLIDESHARE

POWERPOINT

Slideshow

HOPE it will help you

3200.

What is meant by computational linguistics??​

Answer»

ANSWER:

Computational linguistics is the application of COMPUTER science to the analysis, synthesis and COMPREHENSION of written and spoken LANGUAGE.