Tag: New South Wales
-
PHP Quizs Question & Answers Basics of Object-Oriented PHP- 2
Q 1. Which one of the following functions is used to determine whether a class exists?A. exist()B. exist_class()C. class_exist()D. __exist() Show Answer Answer:-C. class_exist() Explanation The class_exist() function returns true or false according to whether the class exists within the currently executing script content. Q 2. Which one of the following functions is used to…
-
International Quizs Question
Q 1. Which river flowing through the Londoan City, England? A. River Thames B. River Severn C. River Severn D. None of the above Show Answer Answer :-A. River Thames Q 2. Which one is the tallest tower in the world ? A. Canton Tower, China B. CN Tower, Canada C. Tokyo Skytree, Japan D.…
-
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…
-
C Programming
Q 1. Who is the father of C language?A. Steve JobsB. Dennis RitchieC. James GoslingD. Rasmus Lerdorf Show Answer Answer:-B. Dennis Ritchie Explanation Dennis Ritchie is the father of C Programming Language. C programming language was developed in 1972 at American Telephone & Telegraph Bell Laboratories of USA. Q 2. Which of the following is…