BCA - 6 Semester Question Bank YCMOU
BCA - 6 Semester Question Bank YCMOU
BCA - 6 Semester Question Bank YCMOU
1. What are the qualities a good team leader must have in order to have effective team
performance?
4. As a team leader how will you solve conflicts which arise in team.
11. “Empowering people is a very important skill”. How is empowerment useful for
effective teams?
3. “Counselling is a therapy for managing stress”. Explain the statement with the help
of an example.
School of Computer Sciences, YCMOU
BCA (Bachelor of Computer Applications)
Question Bank-Semester 6
Q.1 What Is the Android Operating System? List out the name of Android operating system?
Q.2 List out any five Android versions and their names?
Q.3 Draw Android Architecture?
Q.4 Write step to create a simple Android Application using Android studio?
Q.5 what is Dalvik Virtual Machine in Android?
Q.6 What is the use of R Java file in Android Studio?
Q.7 what is screen orientation? How many types of orientation are there?
Q.8 what is the latest version of Android? Which operating system is used in Android?
Q.9.What is Android? Introduction of Android OS & it's Applications
4 What is the need of Custom Toast? List the Steps required creating the custom toast.
School of Computer Sciences, YCMOU
BCA (Bachelor of Computer Applications)
Question Bank-Semester 6
10 List out the different Types of Adapters and explain any one in Details
8 Write a program to insert and display the database values using SqliteDatabase.
9 Write down the steps to publish the Android App in Android Market.
2 Explain the list of Methods which needs to be override in Content Provider Class.
8 Explain in details how to register a Broadcast Receiver using Android Manifest File.
1. Define PHP. What these tags specify in PHP <?php and ?>
8. Write the name of PHP functions that can be used to build a function that accepts any
number of arguments
11. Write a PHP script to compute factorial of n using while or for loop
11 Create HTML form to enter one number. Write PHP code to display the message about
number is odd or even.
12 Write a PHP program to accept a positive integer „N‟ through a HTML form and to
display the sum of all the numbers from 1 to N
2. List and explain the different functions and their modes for opening and closing a file.
3. List and explain the different functions and their modes for creating a file.
4 List and explain the different functions and their modes for writing into a file.
6 List and explain the different functions and their modes for uploading a file.
School of Computer Sciences, YCMOU
BCA (Bachelor of Computer Applications)
Question Bank-Semester 6
11 List different functions for handling the life cycle of Sessions in PHP.
3. What are the main error types in PHP and how do they differ?
5. How does one prevent the following Warning „Warning: Cannot modify header
information – headers already sent‟ and why does it occur in the first place?
<?php
$x = "geeks";
y = "Computer science";
echo $x;
echo $y;
?>
School of Computer Sciences, YCMOU
BCA (Bachelor of Computer Applications)
Question Bank-Semester 6
8. Explain Basic Error Handling die () function. What will be the output of following code?
<?php
if(!file_exists("welcome.txt"))
{
die("File not found");
}
Else
{
$file=fopen("welcome.txt","r");
}
?>
9. State & explain various rules for exceptions.
10. How to create Custom Error Handler? Explain error_function() with parameters in detail.
1) Explain Mysqli extension. How many methods to connect database using mysqli with
explanation.
6) Explain MySqli query with procedural and object oriented interface in mysqli.
2. What are the positive aspects of WordPress? Are there any limitations to a WordPress
website?
4. What are the rules that you have to follow for WordPress plugin development?
5. What is the prefix of WordPress tables by default? How many tables are there in
WordPress by default?
7. Why is a static front page used in WordPress and how can you create one?
12. What are the steps should be followed for installing WordPress?