Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
rancho chanchar

rancho c.

Divider

Questions asked

ANSWERED

Rashmi Sinha verified

Numerade educator

When a user receives a phone call, the Activity will go through onPause() followed by onStop(). True False

View Answer
divider
ANSWERED

Rashmi Sinha verified

Numerade educator

CSS: If two classes apply to the same element, which rule wins? a. The one declared first b. The one declared last in the stylesheet c. The one with the longer name d. Random

View Answer
divider
ANSWERED

Rashmi Sinha verified

Numerade educator

Node.js: Which module is used to create a web server? a. net b. url c. fs d. http

View Answer
divider
ANSWERED

Rashmi Sinha verified

Numerade educator

CSS: Which selector matches all <p> elements inside a <div>? a. div + p b. div p c. div > p d. p div

View Answer
divider
ANSWERED

Rashmi Sinha verified

Numerade educator

JSON: Which of the following is a valid JSON value? a. NaN b. function c. undefined d. null

View Answer
divider
ANSWERED

Rashmi Sinha verified

Numerade educator

JSON: What's the result of JSON.parse('[1,2,]')? a. Error b. [1,2] c. [1,2,undefined] d. [1,2,null]

View Answer
divider
ANSWERED

Rashmi Sinha verified

Numerade educator

JavaScript: Which method can combine two arrays? a. concat() b. push() c. merge() d. join()

View Answer
divider
ANSWERED

Rashmi Sinha verified

Numerade educator

Data can be passed from one Activity to another via Intent.putExtra(), and in the second Activity, you can display it using TextView.setText(getIntent().getStringExtra("key")) True False

View Answer
divider
ANSWERED

Rashmi Sinha verified

Numerade educator

What does the adjustViewBounds="true" attribute do in an ImageView a. Maintains aspect ratio b. Resizes the parent c. Ignores padding d. Crops the image

View Answer
divider
ANSWERED

Rashmi Sinha verified

Numerade educator

HTML: Which tag is used to group block elements together for styling purposes? a. <article> b. <span> c. <div> d. <section>

View Answer
divider