Question 1. Solve 24x < 100, when (i) x is a natural number. (ii) x is an integer. Solution: (i) when x is a natural… Read More
Category Archives: Technical Scripter
Question 1. A metallic sphere of radius 4.2 cm is melted and recast into the shape of a cylinder of radius 6 cm. Find the… Read More
Question 1. The circumference of the base of a cylindrical vessel is 132 cm and its height is 25 cm. How many liters of water… Read More
Android Studio is an official development environment for building Android apps which is provided by Google. This IDE is built on JetBrains IntelliJ IDEA software… Read More
Chips in android are one of the components which are used to make the choice filters, actions, and display the selectable options in the compact… Read More
Jetpack Compose is a modern UI toolkit that is designed to simplify UI development in Android. It consists of a reactive programming model with conciseness… Read More
ExoPlayerView is one of the most used UI components in many apps such as YouTube, Netflix, and many video streaming platforms. ExoPlayerView is used for… Read More
Spans are the markup objects. These can be used to style the texts at the character or paragraph level. Spans are attached to text objects… Read More
Question 1. Find the volume of the right circular cone with (i) radius 6 cm, height 7 cm (ii) radius 3.5 cm, height 12 cm… Read More
Question 13: Two cards are selected at random from a box which contains five cards numbered 1,1,2,2, and 3. Let X denote the sum and… Read More
Calculate the mean deviation from the median of the following frequency distribution : Question 1(i): Find the mean and standard deviation of each of the… Read More
Given an array arr[], the task is to remove an occurrence of the most frequent array element exactly K times. If multiple array elements have… Read More
Question 1: Write the negation of the following statements: (i) p: For every positive real number x, the number x – 1 is also positive. … Read More
Question 1. Carry out the following divisions. (i) 28x4 ÷ 56x Solution: 28x4 = 2 × 2 ×7 × x × x × x × x 56x… Read More
Jetpack Compose is a new toolkit provided by Google. This is useful for designing beautiful UI designs. After successful installation of the Android Studio Canary… Read More