Podcast
Questions and Answers
To create animation on a 'sunrise scene' on canvas, which objects are necessary?
To create animation on a 'sunrise scene' on canvas, which objects are necessary?
- Birds and trees
- Sun
- Mountains
- All of them (correct)
In Synfig, what does a 'layer' refer to?
In Synfig, what does a 'layer' refer to?
- Different levels on which drawing objects are placed (correct)
- Drawing tools available in the software
- Different slides used in animation
- Animation effects applied to drawings
What functionality provides the freedom to work with each object independently in Synfig?
What functionality provides the freedom to work with each object independently in Synfig?
- Layers (correct)
- Slides
- Drawing
- Animation
What happens when you modify a layer in Synfig?
What happens when you modify a layer in Synfig?
Why can layers be rearranged in Synfig?
Why can layers be rearranged in Synfig?
In Synfig, how is each individual element of the canvas structured?
In Synfig, how is each individual element of the canvas structured?
How do Synfig layers compare to those in other animation software?
How do Synfig layers compare to those in other animation software?
In Synfig, how are objects structured?
In Synfig, how are objects structured?
What does a layer represent?
What does a layer represent?
What can you use to change the behavior of layers below the upper layer?
What can you use to change the behavior of layers below the upper layer?
Which of the listed options is an example of a Synfig layer type?
Which of the listed options is an example of a Synfig layer type?
What is a key component in a layer that can be selected from the params panel?
What is a key component in a layer that can be selected from the params panel?
In Synfig, where do you find the parameters of a layer to adjust?
In Synfig, where do you find the parameters of a layer to adjust?
In Synfig, what does the 'Blend mode' define?
In Synfig, what does the 'Blend mode' define?
What is the default setting in Blend mode?
What is the default setting in Blend mode?
Which of the following applies a gradient to only a single object below the gradient layer?
Which of the following applies a gradient to only a single object below the gradient layer?
What general function is achieved by 'encapsulation'?
What general function is achieved by 'encapsulation'?
Which of the following is a text editor used for writing shell scripts?
Which of the following is a text editor used for writing shell scripts?
Which of the following command is used to open vi editor?
Which of the following command is used to open vi editor?
In linux, $ and # symbols are known as...?
In linux, $ and # symbols are known as...?
Flashcards
Layers in Synfig
Layers in Synfig
Levels on which drawing objects/pictures are placed, stacked above and below.
Benefits of Using Layers
Benefits of Using Layers
Freedom to work with each object individually, without disturbing others.
Layer Reordering
Layer Reordering
Rearranging layers to change how objects are displayed.
Layer Representation
Layer Representation
Signup and view all the flashcards
Upper Layer Influence
Upper Layer Influence
Signup and view all the flashcards
Types of layers
Types of layers
Signup and view all the flashcards
Each Layers Own Set Of
Each Layers Own Set Of
Signup and view all the flashcards
Image layering
Image layering
Signup and view all the flashcards
Default Blend Mode Setting
Default Blend Mode Setting
Signup and view all the flashcards
Gradient to a single object
Gradient to a single object
Signup and view all the flashcards
What means grouping things together?
What means grouping things together?
Signup and view all the flashcards
Purpose of Pictures
Purpose of Pictures
Signup and view all the flashcards
How to Import Image
How to Import Image
Signup and view all the flashcards
Key Combination
Key Combination
Signup and view all the flashcards
Tendency of Resized Images
Tendency of Resized Images
Signup and view all the flashcards
What do you need to encapsulate?
What do you need to encapsulate?
Signup and view all the flashcards
Fifth step of Form Wizards
Fifth step of Form Wizards
Signup and view all the flashcards
Database
Database
Signup and view all the flashcards
What is Query?
What is Query?
Signup and view all the flashcards
Reasons to Form a Table
Reasons to Form a Table
Signup and view all the flashcards
Study Notes
CH.4 Introduction to Layers
- To create animation on a 'sunrise scene', mountains, the sun, birds, and trees are required.
- In Synfig, a layer refers to different levels on which drawing objects or pictures are placed, stacked above and below each other.
- Layers give the freedom to work with each object individually.
- Modifying layers does not disturb other objects either above or below it.
- Layers can be rearranged, allowing for changing the order in which objects are displayed.
- In Synfig, each individual element is broken down into layers.
- Layers in Synfig are different from other animation software.
- Every element has its own layer.
- A layer represents a single primitive such as an object, outline, or image.
- The upper layer can change the behavior of the layers below it and can distort or modify the layers beneath using effect or filter layers.
- In Synfig, there are different types of layers such as Gradient, blur, or distortion.
- Each layer has its own set of parameters.
- The parameters of a layer can be seen by selecting the layer from the panel and then looking into the params panel.
- Blend mode defines how the image is layered on everything below it.
- In Blend mode, the default setting is 'composite' layer.
- Encapsulation is used for a gradient to be applied only to a single object and not all the objects below the gradient layer.
- Encapsulation means grouping things together.
CH.7 Vim Editor And Basic Scripting
- Shell scripts are commonly used by programmers.
- Shell scripts are commonly used for routine individual tasks and system administration tasks.
- Vi & Vim, Emacs, Nano, Pico, and Ed are types of text editors available for writing shell scripts.
- Gedit, Kwriter, etc., are types of graphical editors available to serve the purpose of writing shell scripts.
- Gedit is a graphical editor available with the GNOME desktop environment.
- To execute a command, the user types it at the prompt and presses the Enter key.
- In Linux, the output of the command available is displayed on the screen.
- The user executes the commands available in the text file in a sequence.
- All commands available in the text file in a sequence are called shell scripts.
- A shell script can be defined as a series of commands written in a plain text file.
- Gedit is a graphical editor available with the KDE desktop environment.
- Kwriter is a graphical editor available with the KDE desktop environment.
- Vim is a visual display editor.
- Vim is a text editor written by Bram Moolenaar.
- The Vim text editor was released publicly in 1991.
- Vim can be opened in multiple ways, specifically, 4 ways.
- It is a good option to start the vim editor by specifying a file name.
- To open the vi editor, type
vi
and press the Enter key, orvi <filename>
and press Enter. - The vi screen is filled with a tilde (~) sign on the left side of the screen.
CH.6 Basic Ubuntu Linux Commands
- A terminal window is needed to create multimedia presentations using building blocks.
- A terminal window provides the look and response of a dedicated text monitor for a graphical display.
- To open a terminal window, go to Start/Accessories/Terminal or Application/Accessories/Terminal.
- To open a terminal window, press Ctrl + Alt + t.
- Command & Graphical and Graphical & user types of interfaces are important.
- CLI stands for Command Line Interface.
- GUI stands for Graphical User Interface.
- The command-line interface allows access to Linux with understanding, uniformity, and efficiency.
- In Linux, $ and # symbols are known as command prompts.
- In the command prompt, the first word in the string of characters is the username.
- In the command prompt, the first word in the string of characters is the username followed by the @ symbol.
- The home directory is represented by a ~ symbol.
- A command is a program that accomplishes a certain task.
- Shell is a user program or environment provided for user interaction.
- Shell is a command language interpreter.
CH.5 Using Pictures in Synfig
- Pictures are used improve the quality of reception in a presentation or animation.
- In Synfig, images can be inserted to give a different look.
- Import -> Image is used to import images.
- CTRL + i is used for importing images.
- In the import image dialog box, select open after selecting an image file.
- To resize the imported image, select the image layer in the layers panel, and two green points on the image will be seen.
- Whenever the image is resized, the image tends to get distorted because aspect ratio is not maintained.
- To resize the image and keep its aspect ratio, encapsulate the layer.
- To encapsulate, right-click on the image layer and select encapsulate.
- Selecting encapsulate by right-clicking on the image layer will add a canvas layer.
- Open the encapsulated layer using the triangle and the image will be visible in the inline canvas
- Selecting the image layer -> to add a new scale layer on top of it.
- To rotate the image: Right click -> New Layer->Rotate->Transform
- By using the rotation duck to rotate the image as wanted
- In synfig, a rotation duck is of green color
CH.10 Working with Tables
- To get the correct information at the right time, the database must perform various operations like inserting data, editing previously wrong data and deleting unnecessary wrong data.
- To insert records into the tables, open the table first.
- Right-click the icon that has the required table name in Tables Pane of the Database Window.
- Right-click on the desired table and select the Open option from the sub-menu visible.
- In Base, the line consisting of field names is known as the heading line.
- In Database view, limited fields are seen and to see the remaining fields Scroll bar is used given at the bottom of the screen
- In Base, below the Title Line, there is a row consisting of empty boxes, which should be filled with appropriate data is known as Data Entry.
- In front of the first field, there is a small box that contains a pointing arrow sign. This box is known as a Record Selector Box.
- The sign in 'Record Selector Box' is referred to as the Record Selector Icon.
- The black pointing arrow icon indicates the current record of the table
- The record pointer icon with flash is the end of the table mark.
- ESC stands for Escape key.
- The pencil icon is an Edit icon.
CH.11 Retrieving Data Using Queries
- A database is a huge collection of data.
- Query is the feature of Base, which can be used to retrieve a specific set of information from the database.
- The user can retrieve data according to their criteria.
- The reason behind using a Database Management System is to design a query, use the queries as and when required, and for storage purposes.
- Query means asking questions, inquiry, or performing analysis.
- In Base, to query is to ask questions about the information in the database.
- Query means asking questions, doing inquiry, performing analysis.
- Through a query, one can tell Base to display the exact fields and records.
- A query is a set of rules for fetching information from a table, or from several tables at once.
- The result of a query is in the form of a table.
- The result of a query is in the form of table which consists of a set of rows and coumns.
- Queries pane lists queries already created.
- Task bar or task pane or status bar or navigation bar will show different ways to create a query.
- In base, task pane has 3 ways to create a query.
- In Base, Create Query in Design View, Use Wizard to Create Query, Create Query in SQL View, options are available in the task pane to create a query.
- Create Query in Design View provides a minimal amount of guidance to create your query
- Use Wizard in Create Query guides through the process of creating a query.
CH. 12 Forms and Reports
- Datasheet view is in the form of rows and columns.
- Base offers an alternate way to view and work with the data in the table known as a Form.
- A Form resembles the pen and paper style forms
- In the language of database, a Form is a front-end for data entry and editing.
- Forms can be designed using various styles, colors,or names.
- There are 3 ways to create a Form.
- There are 2 ways to initiate Form Wizard.
- To create a Form, right click on the table, for which form is to be created.
- A Form can be created by clicking on an icon and choose 'Use Wizard to create a Form from the Tasks pane.
- first step consists of setting up a subform.
- Fifth step of Form Wizard consists of aligning various control visible on the form.
- It can be aligned on the left or right side.
- one
- Labels can be aligned in one way.
- The labels on the Columnar – Labels Left or Columnar – Labels on Pop.
- It’s not possible to align the labels As Data Sheet.
- The third step of From Wizards allows applying different style.
- All of them are options available in Form Wizard for Field border.
- Apply style is the seventh step of Form Wizard .
- Set data entry is the eight step of Form Wizard. There are 3 options available.
- Work with the Form ,Modify the Form the eighth step if Form Wizard .
CH.9 Introduction to Database Management System
- In the current scenario, with the advent and reach of digital technologies, almost all data is stored and managed electronically.
- Day-to-day transactions in small and medium enterprises are recorded in systems termed transaction systems.
- Search engines, Reservation systems, and Online banking are examples of systems used by millions of users simultaneously.
- Information systems today have also become a strong helping hand in taking decisions.
- To take the best possible decision, everybody needs accurate information/precise/relevant information in time.
- Users expect flexibility accessing data irrespective of the places they are at and irrespective of where the data is stored.
- Perfect decisions depend on the accuracy of the information available.
- The reliability (trustworthiness) is the output generated through the processing of raw data.
- All kinds of facts, figures, and details related to people, places, things, or an event are known as information.
- Data may be written oral or computerized or non computerized.
- The following must be processed in a proper way to generate the useful and meaningful information Data.
- can be described as the required result obtained from processing of the data Information.
- Information nothing but is " The Processed Data.
- Data is important because it forms the foundation for Decision Making.
- Taking decisions based on information incomplete or incorrect may badly affect the businesses.
- Schools maintain details of all the students enrolled in the school.
- Adhar is the project which Indian Government is issuing unique identity numbers to each citizen.
CH.8 Advance Scripting
- In Linux, all programs are executed as a process.
- Each process, when started, has a unique number associated with it, known as the process ID (PID).
- The process' associated parameters are shown using the command
ps
. - The process of all users is shown using the command
ps -ef
. UID
Column name shows the name or number of the user who owns the process.PID
Columne name shows a unique nemeric process assigned to each process.TIME
start time for the current processPPID
Colnum is the processes that created the current processTTY
Column name identifies the terminal that controls the current process.TIME
is the amount of CPU time accumulated by the current process.CMD
Column name identifies command used to invoke the process?.- The command which reads the data from the standard input device is read.
- To kill is the process from memory use the command.
- The command used to remove
PID
is kill -101. - Linu stores the value provided through command line in $ variable.
- The command assigns the string to be read from the keyboard to variable 'name' ? read name`.
- `$1 to $9 * these arguments are known as CA COPD
- Command used is loop.
- construct shell scripts allows to perform decision making B if
- Statement of liux is if and B entry status
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.