Tag: America

  • PHP Quizs Question & Answers Basics – 3

    Q 1. Who is the father of PHP?A. Rasmus LerdorfB. Willam MakepieceC. Drek KolkeviD. List Barely Show Answer Answer:-A. Rasmus Lerdorf Explanation PHP was originally created by Rasmus Lerdorf in 1994 Q 2. Which of the conditional statements is/are supported by PHP? i) if statements ii) if-else statements iii) if-elseif statements iv) switch statements A.…

  • PHP Coding Quizs Question & Answers Arrays – 4

    Q 1. What will be the output of the following PHP code? A. Array ( [0] => Array ( [1] => Volvo [2] => BMW ) [1] => Array ( [1] => Toyota [2] => Honda ) [2] => Array ( [1] => Mercedes [2] => Opel ) ) B. Array ( [1] => Array…

  • PHP Coding Quizs Question & Answers Arrays – 3

    Q 1. What will be the output of the following PHP code? A. Key = Harry, Value = 21 Key = Ron, Value = 21 Key = Malfoy, Value = 23 B. Key = Harry, Value = 21 Key = Ron, Value = 19 Key = Malfoy, Value = 23 C. Key = Harry, Value…

  • PHP Coding Quizs Question and Answers Arrays – 2

    1. What will be the output of the following PHP code? A. Array ( [0] => LA [1] => Paris [2] => Paris )B.Array ( [0] => NYC [1] => LA [2] => Paris)C. Array ( [0] => NYC [1] => LA [2] => Paris [3] => Paris )D. Array ( [0] => LA [1]…

  • PHP Quizs Question & Answers Arrays -1

    1. Which function returns an array consisting of associative key/value pairs?A. count()B. array_count()C. array_count_values()D. count_values() Answer:-C. array_count_values() Explanation: The function array_count_values() will count all the values of an array. It will return an associative array, where the keys will be the original array’s values, and the values are the number of occurrences. 2. What will…

  • PHP Quizs Question & Answers – Basics 2

    1. Which of the following PHP statements will output Hello World on the screen? i) echo (“Hello World”); ii) print (“Hello World”); iii) printf (“Hello World”); iv) sprintf (“Hello World”); A. i) and ii)B. i), ii) and iii)C. i), ii), iii) and iv)D. i), ii) and iv) Answer:-B. i), ii) and iii) Explanation: echo(), print()…

  • International Current Affairs 2023

    Q 1.Which country recently ratified the country’s entry into the Regional Comprehensive Economic Partnership (RCEP)? A. Philippines B. Sri Lanka C.USA D. India Show Answer Answer:-A. Philippines Explanation The Regional Comprehensive Economic Partnership (RCEP) is a free trade agreement between 15 countries in the Asia-Pacific region. The Philippines Senate recently ratified the country’s entry into…

  • Java Programming

    Q 1. Who invented Java Programming?A. Guido van RossumB. Bjarne StroustrupC. Dennis RitchieD. James Gosling Show Answer Answer:-D. James Gosling Explanation Java programming was developed by James Gosling at Sun Microsystems in 1995. James Gosling is well known as the father of Java. Q 2. Which statement is true about Java?A. Java is a platform-independent…

  • Python

    Q 1. Who developed Python Programming Language?A. Guido van RossumB. Rasmus LerdorfC. Wick van RossumD. Niene Stom Show Answer Answer:-A. Guido van Rossum Explanation Python language is designed by a Dutch programmer Guido van Rossum in the Netherlands. Q 2. Which type of Programming does Python support?A. functional programmingB. object-oriented programmingC. structured programmingD. all of…

  • General Knowledge Quizs Question Answers of United States of America

    Q 1. When 1st Emmy Awards was presented in United States of America? Show Answer Answer:-  January 25, 1949. Q 2. What is the distance from India to United States? Show Answer Answer:-  13,595 km (8,448 miles). Q 3. When was the united states flag adopted in country? Show Answer Answer:-  June 14, 1777. Q…

You cannot copy content of this page