Programming-languages

Ques:- write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
Ques:- if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
Ques:- 19. Given a system that is described with the following equation, X=A+(B.(AÌ…+C)+C)+A.B.(DÌ…+EÌ…) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.
Ques:- what is programming language?
Recent Answer : Added by Admin On 2020-05-17 11:29:07:

A programming language is a formal constructed language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs to control the behavior of a machine or to express algorithms.

Ques:- what is the system development cycle
Ques:- how to convert hashmap to arraylist with iteration
Ques:- Write a program to read and print a text file on screen
Recent Answer : Added by Admin On 2020-05-17 11:29:08:

/// Using C++
#include
#include
#include
int main(){
char Data[200];
ifstream File(“FILE_NAME”); //Opening a File
while(File){ //Run until End of file
File.getline(Data, 200); //Read data from file & store in Data (string)
cout<

Ques:- Write a program to find factorial of a number using functions
Ques:- Explain three modes in which files can be accessed from python program
Ques:- List and explain any five built in functions for Lists data type in python
Recent Answer : Added by Admin On 2020-05-17 11:29:08:

please forward me the summarative answer step by step

Ques:- What is the output of the following x = “abcdef” i = “a” for i in x: print(i), a) no output b) i i i i i i … c) a a a a a a … d) a b c d e f
Ques:- Programs in JAVA to get the remainder and quotient of given two numbers without using % and / operators?
Recent Answer : Added by Admin On 2020-05-17 11:29:08:

import java.util.*;
class Rem
{
public static void main(String args[])
{
double f,qu,remi;
int i,qu1;
Scanner s= new Scanner(System.in);
System.out.println(“Enter No..”);
f=s.nextFloat();
qu=f*0.1;
qu1=(int)qu;
remi=(qu-qu1)*10;
System.out.println(“quotient=” +qu1);
System.out.println(“Reminder=”+(int)remi);
System.out.println(qu1+”*10” + “+” +(int)remi+”=”+(int)f);
}
}
/*
Output:
D:Javap>java Rem
Enter No..
45
quotient=4
Reminder=5
4*10+5=45
*/

Ques:- is possible to delete specific data in a row by using of sql query?
Ques:- 5. How do you round the addition or subtraction of two numbers in assembler?
Ques:- 1Q) your current CTC (current taking currency)? 2Q) Your take home salary?(Monthly Drawing amount, According to your payslips/bank statement) 3Q) Your Expected CTC? 4Q) Your home take salary?
Recent Answer : Added by Admin On 2020-05-17 11:29:09:

1Q) your current CTC (current taking currency)?
1A)5.4 LPA (i.e five lakhs fourty thousand, lakes per annual ).
2Q) Your take home salary?(Monthly Drawing amount, According to your payslips/bank statement)
2A) 42000/- (After cuttings(PF,TRANSPORT,OTHER ALLOWANCES)
3Q) Your Expected CTC?
3A) 30% of my Gross(basic+HRA+Net+Allowances+Transport+Hospitality+ Others)
Explanation:- 5.4 LPA
500000*30% = 1,50,000 + 40,000*30% = 1,20,000
Total:- 1,70,000.(This is your expected salary Add This to Current CTC amount)
Now you will get: 7,10,000 (This is your Expected CTC).
4Q) Your home take salary?
4A) By reducing 3 to 4 thousand, based on your company.(i.e 57,0000/- Per Month Drawing).

Ques:- Data Structure:  How many comparisons are necessary to find the largest and smallest of a set of n distinct elements?  
Ques:- 4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
Ques:- hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.
Ques:- What are events in smartforms?
Ques:- 1.Mutating table
Ques:- 9. Read the function conv() given below conv(int t) { int u; u=5/9 * (t-32); return(u); } What is returned (a) 15 (b) 0 (c) 16.1 (d) 29
Recent Answer : Added by Admin On 2020-05-17 11:29:07:

0 sinc the t is not initialized.

Ques:- Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
Ques:- Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
Ques:- How to rename A1-A30 datasets into B1-B30 using macros?
Recent Answer : Added by Admin On 2020-05-17 11:29:06:

%macro rename;
%do i=1 %to 30;
proc datatsets;
change a&i. = b&i.;
quit;
%end;
%mend;
%rename;

Ques:- what is difference between object oriented programming structure and object oriented programming system?
Ques:- public static void main(String args[]) describe it
Ques:- Write a program which inputs 2 integers representing the sides of a triangle, a and b. Next, write a function which accepts the 2 sides as parameters and returns the hypotenuse of the triangle, c. Use c 2 = a 2 + b 2 To raise a number to an exponent, us e the built – in JavaScript function Math.pow() Let’s say you have a variable x and you want to raise it to the 5 th power, use Math.pow in the following manner… Math.pow( x, 5 ); This will raise x to the 5 th power. To find the square root of a number, use t he built – in JavaScript function Math.sqrt () So to find the square root of x, use Math.pow () in the following manner… Math.sqrt( x ) You must create 2 functions to receive credit for this assignment. Your ‘ main ’ function which is called from the button. And your hypotenuse function. Again, the main function calls upon the hypotenuse f unction when it needs that value. Get the user ’ s input, call the function, output your result. Create your own CSS layout
Ques:- Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.
Ques:- A good website has the following conditions It should be interactive. It should contain at least 20 images. Title cannot be null and should contain at least 10 letters other than spaces and hyphen (-). The keywords should contain atleast three among the following list : “design”, “Graphics”, “lovely”, “beautiful”, “amazing” and “mesmerising” Write a method: boolean isGoodWebsite(boolean isInteractive, int numOfImages, String title,String keywords[]) isInteractive whether the site is interactive or not numOfImages Number of images on the website title Title of the website keywords Array of keywords in the website.
Ques:- What do you understand by modular programming?
Scroll to top