Oryzanin_outcroppings_areae
.docx
keyboard_arrow_up
School
Harvard University *
*We aren’t endorsed by this school
Course
234
Subject
Computer Science
Date
Feb 20, 2024
Type
docx
Pages
2
Uploaded by PresidentFoxMaster820
Question: What composes a typical Android application project?
Answer: A project under Android development, upon compilation, becomes an .apk file. This
apk file format is actually made up of the AndroidManifest.xml file, application code, resource files, and other related files.
Question: Enumerate the three key loops when monitoring an activity
Answer: Entire lifetime – activity happens between onCreate and onDestroy, Visible lifetime
– activity happens between onStart and onStop, Foreground lifetime – activity happens between onResume and onPause
Question: What is a Fragment?
Answer: A fragment is a part or portion of an activity. It is modular in a sense that you can move around or combine with other fragments in a single activity. Fragments are also reusable.
Question: What language is supported by Android for application development?
Answer: The main language supported is Java programming language. Java is the most popular language for app development, which makes it ideal even for new Android developers to quickly learn to create and deploy applications in the Android environment.
Question: Describe Activities.
Answer: Activities are what you refer to as the window to a user interface. Just as you create
windows in order to display output or to ask for an input in the form of dialog boxes, activities play the same role, though it may not always be in the form of a user interface.
Question: When is the onStop() method invoked?
Answer: A call to onStop method happens when an activity is no longer visible to the user, either because another activity has taken over or if in front of that activity.
Question: What is ANR?
Answer: ANR is short for Application Not Responding. This is actually a dialog that appears to the user whenever an application have been unresponsive for a long period of time.
Question: Is there a case wherein other qualifiers in multiple resources take precedence over locale?
Answer: Yes, there are actually instances wherein some qualifiers can take precedence over locale. There are two known exceptions, which are the MCC (mobile country code) and MNC
(mobile network code) qualifiers.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
Assignment 2 Directions
Please choose Option 1 or Option 2. You do not need to do both.
Option 1:
Please write a short paper based on Module 2 Hardware Components. Anything in the module can be a topic.
Write a summary paper as follows:
• Prepare a Word document with a minimum of 3 pages (not including title and references pages) and a minimum of 3
solid references.
Be sure to use APA Guidelines for references.
• Make sure to save the file in the following format: FirstName_LastName_Paper.doc(x)
• Upload the completed file as an attachment to this assignment.
.
Option 2:
1. Create an algorithm to add two integer numbers.
2. Implement the program in a high level language like C or Java. It does not need to run for me, but the code should
be included in a text document called FirstnameLastnameHLA2.txt in your assignment submission.
3. Implement the program in MIPSzy Assembly language. Use the high level code as comments to the right of the
Assembly code as the textbook does.
4. If you…
arrow_forward
Objective:
At the end of the exercise, the students should be able to:
Create a simple game that exhibits file input and output.
Software Requirements:
• Latest version of NetBeans IDE
• Java Development Kit (JDK) 8
Procedure:
1. Create a folder named LastName_FirstName (ex. Reyes_Mark) in your local drive.
2. Create a new project named LabExer6A. Set the project location to your own folder.
3. Create a simple guessing game (similar to Hangman or Hangaroo). In this game, the user guesses
a letter and then attempts to guess the word.
4. Create a Notepad file named words.txt which will store any number of words each written per line.
5. The Java program shall:
• randomly select a word from the list saved in words.txt;
display a letter in which some of the letters are replaced by ?; for example, ED??A??ON
(for EDUCATION);
place the letter in the correct spot (or spots) in the word each time the user guesses a letter
correctly;
inform the user if the guessed letter is not in the word; and…
arrow_forward
Course Title : Operating SystemQuestion :
How you will create new user using terminal in Ubuntu? Add screenshots of all steps for new user creation including terminal and Login page in Answer sheet. Every student has to create new user as of his/her arid number for example (18-arid-2929).
Note: screenshots are mandatory.
arrow_forward
Assignment
Create a well-formed valid XML file that contains this
information. The information does not have to be
correct only your name needs to be correct, you can
make up all other information. Then, create the proper
XSLT file to load that XML data and display it. When
displaying it, make sure you're using:
• Different font colors
• Tables
• header tags ( ...)
• Images where the image name is read from the
XML file
The information you must include:
• Name
• My Picture (this is an image file name. For
example: loay.jpg, or myphoto.jpg
• Address
o Street number
o City
o State
o Zipcode
• Movies I like
o Title
o Release Date
arrow_forward
add tags for these feature files with --tags option:
When you select scenarios by one tag
When you select scenarios that have one or another tag
When you select scenarios that have 2 tags
When you disable scenarios that have a specific tag
Given Scenarios:
Feature: Login functionalityBackground:Given a web browser is at the BrainBucket login pageScenario: user can't login without entering emailGiven User is not logged inWhen Password is enteredAnd User click Login buttonThen 'Warning: No match for E-Mail Address and/or Password' will be shownScenario: user can recover his passwordGiven User is not logged inWhen User clicks 'Forgotten Password' buttonAnd enters his emailThen Message 'An email with a confirmation link has been sent your email address.' will be dispalyed
arrow_forward
Ass
arrow_forward
Task Performance
Student List
Objective:
At the end of the exercise, the students should be able to:
• Map values in Java and Python.
Software Requirements:
• NetBeans IDE
Java Development Kit (JDK) 8
Python 3.7 or higher
Procedure:
1. Create a folder named LastName_FirstName in your local drive. (ex. Reyes_Mark)
2. Using NetBeans, create a Java project named StudentList. Set the project location to your own
folder.
3. Import Scanner, Map, and HashMap from the java.util package.
4. Create an empty hash map named students.
5. The output shall:
5.1. Ask three (3) of your classmates to enter their student number (key) and first name (value).
5.2. Display the keys and values of the map.
5.3. Delete the mapping of the third entry.
arrow_forward
Creating Directories (Folders), Subdirectories, and Files
Open the CMD window
Move to the upper most directory (the root): CD\
Create a new directory and name it as: YourLastName
Change directory to YourLastName : CD YourLastName
Inside YourLastName directory create the following Subdirectories:
CIS100
CIS115
CIS120
CIS165
CIS200…
arrow_forward
Calculate average and grade of marks through html helper.
Create new C# asp.net MVC project.
Add controller class
Create http get request to return view
Use html helpers to create form for the view
Write http post request for the button percentage to calculate percentage
Display the grade on grade label under the suitable criteria
Percentage Calculator:
arrow_forward
Pikachu
arrow_forward
1. Create a folder named LastName_FirstName in your local drive. (ex. Reyes_Mark)
2. Using NetBeans, create a Java project named AdjacencyList. Set the project location to your own
folder.
3. Create an adjacency list based on the given graph.
В
D
А
E
F
G
arrow_forward
Computer Science
Import data from anywhere by using Web Scraper and save data in a .csv file. By using google meet/Zoom/any media, record you’re your entire process with your voice. Preserve the recorded file, .csv file in the same folder where you have preserved the excel file for other questions. Rename the recorded file name with your ID and question number. Don’t forget to upload the .csv file. File name should be Your_ID_Question_number.csv.
arrow_forward
Write Complete ASP.Net/C# code to
Store Your Own Image to the Database
Store a video clip to database
Display the contents of an Excel file in GridView (Showing your own FYP Group Member Details)
Export/Print the GridView contents to the PDF file (Rename the file with your RegNo)
arrow_forward
Mass Downloader
Objectives:
1. Learn how to Retrieve objects over an HTTP connection.
2. Learn how to extract links from and an HTML file.
Equipment and Software Tools Required:
1. PYTHON
2. urllib module
3. regex module
Introduction:
In some cases, you reach a website that has a list of objects (links) you want to download. This
could be a course website with a list of the slides in PDF format. Therefore, you can use an
application or browser extension that provides mass or batch downloading, such as Flashget
and Chrono Download Manager. Those applications/extensions extract all links from the
HTML file, give you the option to select the ones to download, and it will download all selected
objects. In this lab exercise, you are going to write a script that will work as a mass downloader.
Requirements
In this exercise, the learner should write a mass downloader script. The script should
download all links of a certain type from a given website.
Therefore, the script should do the…
arrow_forward
Computer science
arrow_forward
Android Studio displays your project files in the Android view with a set of folders. One of these folders is the manifest folder which contains the project’s AndroidManifest.xml file. Discuss the AndroidManifest.xml file in terms of
Why does the project need this file?
What are the tasks performed by this file? Please clear and correct answer.
arrow_forward
7
arrow_forward
Objective:
At the end of the exercise, the students should be able to:
Create an adjacency list in Java.
■
Software Requirements:
NetBeans IDE
Java Development Kit (JDK) 8
Procedure:
1. Create a folder named LastName_FirstName in your local drive. (ex. Reyes_Mark)
2. Using NetBeans, create a Java project named AdjacencyList. Set the project location to your own
folder.
3. Create an adjacency list based on the given graph.
B
A
E
D
F
G
arrow_forward
Java
arrow_forward
please help me do pikachu in java
arrow_forward
A DLL and an EXE are two distinct sorts of files that may be utilized with the.NET Framework.
arrow_forward
Create a Vaccination System using PHP that has the following features:1. Add client record(such as firstname, lastname, middlename, category, address, date of first dose, date of second dose)
Please provide code and output if its working
Please put some design on it don't answer some answer that you find on chegg don't repeat the same wrong answer you give it doesn't even run you don't put the output of that
arrow_forward
Android Studio displays your project files in the Android view with a set of folders. One of these folders is the manifest folder which contains the project’s AndroidManifest.xml file. Discuss the AndroidManifest.xml file in terms of
Why does the project need this file?
What are the tasks performed by this file?
arrow_forward
Assume that you have used Facebook or similar photo sharing applications. Please describe the user story on uploading a photo and two use cases for that task: a) upload from a file in the local computer; b) upload with a hyperlink to a web image. You should make the mock-up user interface screens (or copy them from the actual running Facebook app/website) to attach in each step in the use case.
arrow_forward
write java code
The wise university like to manage Student records uSig a desktop application. The program's main Window includes two options (can be implemented Lßing buttons Ot Similar components). These options are: add a new record and display search and edit records. To implement such an application. you need to implement the following: Create three frames, one as the main application frame Frame) and two hidden frames (add New Record and Display, search and Edit record) that are displayed only through events implemented the mainframe (two buttons). The components Of the secondary windows are follows: Add New Record: use proper components to allow to add the fo"owing information for each student (Name. Gender, University ID. National ID. Nationality, Tawjihi Graduate Year, Major, Academic Department, and Faculty). Note; are not always the right option user inputs When there options for some inputs. Display, and Edit Record: use Components to the user to display the students'…
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education
Related Questions
- Assignment 2 Directions Please choose Option 1 or Option 2. You do not need to do both. Option 1: Please write a short paper based on Module 2 Hardware Components. Anything in the module can be a topic. Write a summary paper as follows: • Prepare a Word document with a minimum of 3 pages (not including title and references pages) and a minimum of 3 solid references. Be sure to use APA Guidelines for references. • Make sure to save the file in the following format: FirstName_LastName_Paper.doc(x) • Upload the completed file as an attachment to this assignment. . Option 2: 1. Create an algorithm to add two integer numbers. 2. Implement the program in a high level language like C or Java. It does not need to run for me, but the code should be included in a text document called FirstnameLastnameHLA2.txt in your assignment submission. 3. Implement the program in MIPSzy Assembly language. Use the high level code as comments to the right of the Assembly code as the textbook does. 4. If you…arrow_forwardObjective: At the end of the exercise, the students should be able to: Create a simple game that exhibits file input and output. Software Requirements: • Latest version of NetBeans IDE • Java Development Kit (JDK) 8 Procedure: 1. Create a folder named LastName_FirstName (ex. Reyes_Mark) in your local drive. 2. Create a new project named LabExer6A. Set the project location to your own folder. 3. Create a simple guessing game (similar to Hangman or Hangaroo). In this game, the user guesses a letter and then attempts to guess the word. 4. Create a Notepad file named words.txt which will store any number of words each written per line. 5. The Java program shall: • randomly select a word from the list saved in words.txt; display a letter in which some of the letters are replaced by ?; for example, ED??A??ON (for EDUCATION); place the letter in the correct spot (or spots) in the word each time the user guesses a letter correctly; inform the user if the guessed letter is not in the word; and…arrow_forwardCourse Title : Operating SystemQuestion : How you will create new user using terminal in Ubuntu? Add screenshots of all steps for new user creation including terminal and Login page in Answer sheet. Every student has to create new user as of his/her arid number for example (18-arid-2929). Note: screenshots are mandatory.arrow_forward
- Assignment Create a well-formed valid XML file that contains this information. The information does not have to be correct only your name needs to be correct, you can make up all other information. Then, create the proper XSLT file to load that XML data and display it. When displaying it, make sure you're using: • Different font colors • Tables • header tags ( ...) • Images where the image name is read from the XML file The information you must include: • Name • My Picture (this is an image file name. For example: loay.jpg, or myphoto.jpg • Address o Street number o City o State o Zipcode • Movies I like o Title o Release Datearrow_forwardadd tags for these feature files with --tags option: When you select scenarios by one tag When you select scenarios that have one or another tag When you select scenarios that have 2 tags When you disable scenarios that have a specific tag Given Scenarios: Feature: Login functionalityBackground:Given a web browser is at the BrainBucket login pageScenario: user can't login without entering emailGiven User is not logged inWhen Password is enteredAnd User click Login buttonThen 'Warning: No match for E-Mail Address and/or Password' will be shownScenario: user can recover his passwordGiven User is not logged inWhen User clicks 'Forgotten Password' buttonAnd enters his emailThen Message 'An email with a confirmation link has been sent your email address.' will be dispalyedarrow_forwardAssarrow_forward
- Task Performance Student List Objective: At the end of the exercise, the students should be able to: • Map values in Java and Python. Software Requirements: • NetBeans IDE Java Development Kit (JDK) 8 Python 3.7 or higher Procedure: 1. Create a folder named LastName_FirstName in your local drive. (ex. Reyes_Mark) 2. Using NetBeans, create a Java project named StudentList. Set the project location to your own folder. 3. Import Scanner, Map, and HashMap from the java.util package. 4. Create an empty hash map named students. 5. The output shall: 5.1. Ask three (3) of your classmates to enter their student number (key) and first name (value). 5.2. Display the keys and values of the map. 5.3. Delete the mapping of the third entry.arrow_forwardCreating Directories (Folders), Subdirectories, and Files Open the CMD window Move to the upper most directory (the root): CD\ Create a new directory and name it as: YourLastName Change directory to YourLastName : CD YourLastName Inside YourLastName directory create the following Subdirectories: CIS100 CIS115 CIS120 CIS165 CIS200…arrow_forwardCalculate average and grade of marks through html helper. Create new C# asp.net MVC project. Add controller class Create http get request to return view Use html helpers to create form for the view Write http post request for the button percentage to calculate percentage Display the grade on grade label under the suitable criteria Percentage Calculator:arrow_forward
- Pikachuarrow_forward1. Create a folder named LastName_FirstName in your local drive. (ex. Reyes_Mark) 2. Using NetBeans, create a Java project named AdjacencyList. Set the project location to your own folder. 3. Create an adjacency list based on the given graph. В D А E F Garrow_forwardComputer Science Import data from anywhere by using Web Scraper and save data in a .csv file. By using google meet/Zoom/any media, record you’re your entire process with your voice. Preserve the recorded file, .csv file in the same folder where you have preserved the excel file for other questions. Rename the recorded file name with your ID and question number. Don’t forget to upload the .csv file. File name should be Your_ID_Question_number.csv.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education