Share some gate self study success stories.One success story is of a student who had a full - time job but was determined to crack GATE through self - study. He made a strict schedule, studied every evening and on weekends. He focused on understanding the concepts deeply from standard textbooks. After months of dedicated self - study, he scored really well in GATE and got admission to a top - ranked institution for his post - graduate studies.
3 answers
2024-11-28 09:16
What can we learn from gate self study success stories?We can learn the importance of self - discipline. In these success stories, students made their own study schedules and stuck to them religiously. This shows that without external supervision, if we are disciplined, we can achieve great things.
2 answers
2024-11-28 17:14
What are the chances of success in programming self-study?There were different opinions on the probability of self-learning programming. A survey showed that more than 70% of programming practitioners said that they had mastered programming skills through self-learning, which showed that self-learning programming had a high success rate. However, there were also opinions that if success was defined as obtaining a programmer's job through self-learning programming, the success rate of self-learning programming was only 1%. The main factors that affected the success of self-learning were direction, resources, and time. In short, the success rate of self-learning programming was affected by many factors, and it was not easy to give an exact number.
"When a programmer meets a psychologist" is equally exciting. Everyone is welcome to click to read it!
Hongmeng self-studyHongmeng's self-study could be started from the following aspects:
** 1. Understand the basic concepts of the Primordial System **
1. ** Structure and Concept **
- The Hongmeng operating system was a full-scene distributed operating system independently developed by Huawei. Its architecture was divided into micro-core and distributed technology. The micro-core was responsible for efficient resource management and security, and distributed technology allowed seamless cooperation between different devices. This architecture allowed the Hongmeng system to run flexibly on a variety of hardware platforms and improve the user experience.
2. ** Interface and Development Tools **
- The Hongmeng system provided a rich set of api and development tools, which were the foundation for application development and system integration. Understanding these would help lay the foundation for subsequent learning.
** 2. Build a development environment **
1. ** Development Tools installation **
- You need to download and install DevEco Studio, which is an official tool for developing and debugging Hongmeng applications. During the installation process, it was necessary to ensure that the system met the relevant hardware and software requirements to ensure the smooth operation of the development environment.
2. ** Development environment configuration **
- He had to set up a suitable software developer and simulator. The simulator can be used to test the compatibility and performance of applications in different equipment environments to ensure the quality of the final product. In addition, developers should also learn how to create and manage projects, and learn to use version control tools (such as Git) to manage code, which helps team collaboration and code version management to improve development efficiency.
** 3. Selection of programming language **
1. **Java**
- It was the main language for Hongmeng's application development. It was suitable for developing most applications and had good cross-platform capabilities.
2. **C/C++**
- It is suitable for applications with high performance requirements, especially for low-level development and system integration. It can fully utilize the hardware performance.
3. **JavaScript**
- It was the preferred language for Web application development. Combining it with the combination of the two languages, it could quickly build a modern user interface. Learners needed to be familiar with the basic grammar and features of these programming languages, and improve their programming skills through online tutoring, books, and practical projects to better develop Hongmeng.
'The Myth of True Love in the Pangu Progenitor Universe' is equally wonderful. Please click to read it!
How to self-study psychologySelf-study psychology can be carried out through the following steps. First, determine your learning goals and understand why you are studying psychology. Is it for personal growth, career development, or interest? Secondly, search for suitable learning resources, such as textbooks, online courses, academic journals, blog posts, video lectures, etc. Then, he would find the path to the basics. He could start with the psychology questions or books that he was most interested in and study them in depth. Finally, continue to study and test the results of your studies. Maintain your enthusiasm and don't give up on your efforts. You can choose to take the psychology certificate exam to test your results. In short, self-study psychology required one to determine learning goals, find learning resources, find an introductory path, and continue learning.
Self-study manga tutorialThe following are some self-taught comics:
1. [Introduction: Start from copying]
- Imitation was a good way for beginners to get started. You can start by copying the face of the character, drawing the face from all angles and doing more practice.
2. ** Master basic painting knowledge **
- [Body structure perspective composition: Learn the proportion of the human body structure and muscle distribution, because if you want to draw a good manga, you have to draw the human body well.] Perspective was the foundation of painting. One had to distinguish the different composition methods of a story comic and a color illustration comic. This basic research had a direct impact on the creation.
- ** Techniques for sketching, color, composition, character design, etc. **: You can obtain information on these basic techniques for manga creation from books or the Internet. You can also participate in the seminar on manga techniques.
3. [Training Focus: Trace]
- Drawing was the focus of training. The more practice, the better the drawing. The description of the comic indirectly reflected the artist's skill.
4. ** Learn about storyboarding **
- Understanding how to split the shots would help in manga creation.
5. ** Color Usage **
- Learn how to draw wonderful colors and coordinate them.
6. ** Understand the overall concept of comics **
- To understand the basic concepts of comics, including the history, genre, techniques, etc., you can obtain relevant information from comic books or the Internet.
7. ** Learn the actual creative process **
- Learn the actual creation process of manga, such as shooting, editing, and shooting. You can participate in practical manga courses or use online resources.
In addition, self-learning manga required patience and perseverance. This was a difficult task, but as long as one persisted, they would be able to learn manga creation skills and create their own works.
TXT Self-study tutorialThe following is a self-taught tutorial on TXTS files:
** 1. Creation of TMT file **
1. ** Using notepad (on the Windows system)**
- Open notepad: Search for "notepad" and open it by clicking on the "Start" menu.
- Enter text: Enter the content you want to save in the open notepad window.
- Save the file: click the "file" menu and choose "save" or "save as". In the pop-up dialog box, choose the save location, enter the file name, ensure that the file type is "All files" or "text file", and save it with ".txt" as the file extension.
2. ** Using the right-click menu (on the Windows system)**
- Choose a folder: Find the folder in the file explorer where you want to create the TMT file.
- Right-click: Right-click in the blank space of the folder, select New- > Text document, and then renamed it to the desired file name (make sure the file name ends with ". txt').
3. ** Using Command Line (on the Windows system)**
- Open the command prompt: press the "Win+R" key, type "Cmd" and enter.
- To navigate to the target folder: use the "CD" command to switch to the folder where you want to save the TMT file, for example,"CD C: User sYourUser name Files".
- Create a file: Enter the command "echo Your text here > filename.txt." Then replace "Your text here" with the content you want to enter,"filename.txt." with the file name you want, and press the enter key.
** 2. Basic operations of TMT files (Python as an example)**
1. ** Read the entire file **
- Code sample:
```python
path =r'D: <file.txt'>#path where the txtfile is located
with open(path, 'r') as file:
content = file.read()
print(content)
```
2. ** Read line by line **
- Code sample:
```python
path =r'D:\file.txt'
with open(path, 'r') as file:
lines = file.readlines()
print(lines)#Print a list of results to display each line of content
```
3. ** Iterates by row **
- Code sample:
```python
path =r'D:\file.txt'
with open(path, 'r') as file:
for line in file:
print(line, end='')
```
4. ** Write over (Create if the file doesn't exist, clear the file content and write new content if the file exists)**
- Code sample:
```python
path =r'D:\file.txt'
with open(path, 'w') as file:
file.write('Hello, World!\ n')
```
5. ** Additional Write **
- Code sample:
```python
path =r'D:\file.txt'
with open(path, 'a') as file:
file.write('Hello')
```
6. ** Remove the specified line (process data in memory)**
- Code sample:
```python
path = r'D: <file.txt'>#replace with the actual file path
line_to_remove = 3#line number to be removed (1 - based)
try:
with open(path, 'r') as file:
lines = file.readlines()
if 1 <= line_to_remove <= len(lines):
del lines[line_to_remove - 1]
else:
print(f"Line number {line_to_remove} is out of range. ")
with open(path, 'w') as file:
file.writelines(lines)
except FileNotFoundError:
print(f"The file {path} does not exist. ")
except Exception as e:
print(f"An error occurred: {e}")
```
7. ** Check if the file exists **
- Code sample:
```python
import os
path =r'D:\file.txt'
if os.path.exists(path):
print('File exists. ')
else:
print('File does not exist. ')
```
** 3. Split the TMT file (using specific software)**
1. ** Split by line count (use the first assistant editor expert)**
- He opened the software and entered the "text batch operation" section.
- import the TMT document to be split (can be imported in bulk).
- In the function bar, select the "Split Text" function.
- Choose the splitting mode as needed, such as "Divide into x files evenly according to the total number of rows", and set the number of rows per file.
- Choose the path to save the split file.
- He clicked the "Split the text in batches" button to split the text, and then he checked the splitting result.
2. ** Split the content according to the partition (use the first assistant editor expert)**
- He opened the first assistant editor software and entered [Text Mass Operation]- >[Split Text].
- Choose [Split by Separating], then select [Do not keep the separated content after splitting], and then enter the separated content (for example, entering the Enter key multiple times means separating by a blank line).
- Add the files that you want to split in batches. After selecting the save method, click [Split Text in Batches] to view the splitting results.
<a href="/?from=ask_words" style="color:red" target="_blank">Read more exciting novels for free</a>